#CBBCFE

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

Shades of Lavender Blue #CBBCFE

Tints of Lavender Blue #CBBCFE

Color information

#CBBCFE (or 0xCBBCFE) is unknown color: approx Lavender Blue. HEX triplet: CB, BC and FE. RGB value is (203,188,254). Sum of RGB (Red+Green+Blue) = 203+188+254=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCFE is #344301. Grayscale: #C7C7C7. Windows color (decimal): -3425026 or 16694475. OLE color: 16694475.

HSL color Cylindrical-coordinate representation of color #CBBCFE: hue angle of 253.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBBCFE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203188254-
CMYK0.200.2600.00
HSL253.64º97.06%86.67%-
HSV(B)253.64º25.98%99.61%-
XYZ60.555.82101.35-
YUV200.01158.47130.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=31.47%
G=29.15%
B=39.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031882540.200.2600.00253.6497.0686.67
HexCBBCFE141A00fe6157
Octal313274376243200376141127
Binary1100101110111100111111101010011010001111111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCFE; }

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

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

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

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

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

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

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

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