#CCBCFB

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

Shades of Lavender Blue #CCBCFB

Tints of Lavender Blue #CCBCFB

Color information

#CCBCFB (or 0xCCBCFB) is unknown color: approx Lavender Blue. HEX triplet: CC, BC and FB. RGB value is (204,188,251). Sum of RGB (Red+Green+Blue) = 204+188+251=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCFB is #334304. Grayscale: #C7C7C7. Windows color (decimal): -3359493 or 16497868. OLE color: 16497868.

HSL color Cylindrical-coordinate representation of color #CCBCFB: hue angle of 255.24º degrees, saturation: 0.89, 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 #CCBCFB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204188251-
CMYK0.190.2500.02
HSL255.24º88.73%86.08%-
HSV(B)255.24º25.1%98.43%-
XYZ60.355.7798.85-
YUV199.97156.8130.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=31.73%
G=29.24%
B=39.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041882510.190.2500.02255.2488.7386.08
HexCCBCFB131902ff5956
Octal314274373233102377131126
Binary11001100101111001111101110011110010101111111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCFB; }

 p { color: rgb(204,188,251); }

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

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

 a { background-color: rgb(204,188,251); }

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

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

 span { border-color: rgb(204,188,251); }

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