#C8BAFB

Color #C8BAFB Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C8BAFB

Tints of Lavender Blue #C8BAFB

Color information

#C8BAFB (or 0xC8BAFB) is unknown color: approx Lavender Blue. HEX triplet: C8, BA and FB. RGB value is (200,186,251). Sum of RGB (Red+Green+Blue) = 200+186+251=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFB is #374504. Grayscale: #C5C5C5. Windows color (decimal): -3622149 or 16497352. OLE color: 16497352.

HSL color Cylindrical-coordinate representation of color #C8BAFB: hue angle of 252.92º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BAFB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200186251-
CMYK0.200.2600.02
HSL252.92º89.04%85.69%-
HSV(B)252.92º25.9%98.43%-
XYZ58.7954.3698.66-
YUV197.6158.14129.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 31.40%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=31.40%
G=29.20%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001862510.200.2600.02252.9289.0485.69
HexC8BAFB141A02fd5956
Octal310272373243202375131126
Binary11001000101110101111101110100110100101111110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAFB; }

 p { color: rgb(200,186,251); }

 H1.HeaderClassName
 {
   color: #C8BAFB;
 }
 .AnyTagClassName
 {
   color: #C8BAFB;
 }
</style>
background-color css

<style>
 a { background-color: #C8BAFB; }

 a { background-color: rgb(200,186,251); }

 div.DivClassName
 {
   background-color: #C8BAFB;
 }
 .BgClassName
 {
   background-color: #C8BAFB;
 }
</style>
border-color css

<style>
 span { border-color: #C8BAFB; }

 span { border-color: rgb(200,186,251); }

 td.TdClassName
 {
   border-color: #C8BAFB;
 }
 .TagClassName
 {
   border-color: #C8BAFB;
 }
</style>