#CBBFF9

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

Shades of Lavender Blue #CBBFF9

Tints of Lavender Blue #CBBFF9

Color information

#CBBFF9 (or 0xCBBFF9) is unknown color: approx Lavender Blue. HEX triplet: CB, BF and F9. RGB value is (203,191,249). Sum of RGB (Red+Green+Blue) = 203+191+249=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFF9 is #344006. Grayscale: #C8C8C8. Windows color (decimal): -3424263 or 16367563. OLE color: 16367563.

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

Color convert

RGB203191249-
CMYK0.180.2300.02
HSL252.41º82.86%86.27%-
HSV(B)252.41º23.29%97.65%-
XYZ60.3656.897.4-
YUV201.2154.98129.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=31.57%
G=29.70%
B=38.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031912490.180.2300.02252.4182.8686.27
HexCBBFF9121702fc5356
Octal313277371222702374123126
Binary11001011101111111111100110010101110101111110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFF9; }

 p { color: rgb(203,191,249); }

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

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

 a { background-color: rgb(203,191,249); }

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

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

 span { border-color: rgb(203,191,249); }

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