#CBBCFC

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

Shades of Lavender Blue #CBBCFC

Tints of Lavender Blue #CBBCFC

Color information

#CBBCFC (or 0xCBBCFC) is unknown color: approx Lavender Blue. HEX triplet: CB, BC and FC. RGB value is (203,188,252). Sum of RGB (Red+Green+Blue) = 203+188+252=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCFC is #344303. Grayscale: #C7C7C7. Windows color (decimal): -3425028 or 16563403. OLE color: 16563403.

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

Color convert

RGB203188252-
CMYK0.190.2500.01
HSL254.06º91.43%86.27%-
HSV(B)254.06º25.4%98.82%-
XYZ60.1855.6999.67-
YUV199.78157.47130.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=31.57%
G=29.24%
B=39.19%

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
Decimal2031882520.190.2500.01254.0691.4386.27
HexCBBCFC131901fe5b56
Octal313274374233101376133126
Binary1100101110111100111111001001111001011111111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCFC; }

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

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

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

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

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

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

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

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