#C8BAFF

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

Shades of Lavender Blue #C8BAFF

Tints of Lavender Blue #C8BAFF

Color information

#C8BAFF (or 0xC8BAFF) is unknown color: approx Lavender Blue. HEX triplet: C8, BA and FF. RGB value is (200,186,255). Sum of RGB (Red+Green+Blue) = 200+186+255=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAFF is #374500. Grayscale: #C5C5C5. Windows color (decimal): -3622145 or 16759496. OLE color: 16759496.

HSL color Cylindrical-coordinate representation of color #C8BAFF: hue angle of 252.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8BAFF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200186255-
CMYK0.220.2700
HSL252.17º100%86.47%-
HSV(B)252.17º27.06%100%-
XYZ59.4354.62102.02-
YUV198.05160.14129.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 255 (100% from 255) = 39.78%
R=31.20%
G=29.02%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001862550.220.2700252.1710086.47
HexC8BAFF161B00fc6456
Octal310272377263300374144126
Binary1100100010111010111111111011011011001111110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAFF; }

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

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

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

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

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

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

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

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