#C8BBFA

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

Shades of Lavender Blue #C8BBFA

Tints of Lavender Blue #C8BBFA

Color information

#C8BBFA (or 0xC8BBFA) is unknown color: approx Lavender Blue. HEX triplet: C8, BB and FA. RGB value is (200,187,250). Sum of RGB (Red+Green+Blue) = 200+187+250=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBFA is #374405. Grayscale: #C5C5C5. Windows color (decimal): -3621894 or 16432072. OLE color: 16432072.

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

Color convert

RGB200187250-
CMYK0.20.2500.02
HSL252.38º86.3%85.69%-
HSV(B)252.38º25.2%98.04%-
XYZ58.8554.7297.9-
YUV198.07157.31129.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.40%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=31.40%
G=29.36%
B=39.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001872500.20.2500.02252.3886.385.69
HexC8BBFA141902fc5656
Octal310273372243102374126126
Binary11001000101110111111101010100110010101111110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBFA; }

 p { color: rgb(200,187,250); }

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

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

 a { background-color: rgb(200,187,250); }

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

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

 span { border-color: rgb(200,187,250); }

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