#CBBEFC

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

Shades of Lavender Blue #CBBEFC

Tints of Lavender Blue #CBBEFC

Color information

#CBBEFC (or 0xCBBEFC) is unknown color: approx Lavender Blue. HEX triplet: CB, BE and FC. RGB value is (203,190,252). Sum of RGB (Red+Green+Blue) = 203+190+252=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEFC is #344103. Grayscale: #C8C8C8. Windows color (decimal): -3424516 or 16563915. OLE color: 16563915.

HSL color Cylindrical-coordinate representation of color #CBBEFC: hue angle of 252.58º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBBEFC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203190252-
CMYK0.190.2500.01
HSL252.58º91.18%86.67%-
HSV(B)252.58º24.6%98.82%-
XYZ60.6156.5599.82-
YUV200.96156.81129.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=31.47%
G=29.46%
B=39.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031902520.190.2500.01252.5891.1886.67
HexCBBEFC131901fd5b57
Octal313276374233101375133127
Binary1100101110111110111111001001111001011111110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEFC; }

 p { color: rgb(203,190,252); }

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

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

 a { background-color: rgb(203,190,252); }

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

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

 span { border-color: rgb(203,190,252); }

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