#CCBFFB

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

Shades of Lavender Blue #CCBFFB

Tints of Lavender Blue #CCBFFB

Color information

#CCBFFB (or 0xCCBFFB) is unknown color: approx Lavender Blue. HEX triplet: CC, BF and FB. RGB value is (204,191,251). Sum of RGB (Red+Green+Blue) = 204+191+251=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCBFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFFB is #334004. Grayscale: #C9C9C9. Windows color (decimal): -3358725 or 16498636. OLE color: 16498636.

HSL color Cylindrical-coordinate representation of color #CCBFFB: hue angle of 253º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCBFFB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204191251-
CMYK0.190.2400.02
HSL253º88.24%86.67%-
HSV(B)253º23.9%98.43%-
XYZ60.9557.0699.07-
YUV201.73155.81129.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 191 (75% from 255) = 29.57%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=31.58%
G=29.57%
B=38.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041912510.190.2400.0225388.2486.67
HexCCBFFB131802fd5857
Octal314277373233002375130127
Binary11001100101111111111101110011110000101111110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFFB; }

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

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

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

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

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

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

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

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