#CCBFFF

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

Shades of Lavender Blue #CCBFFF

Tints of Lavender Blue #CCBFFF

Color information

#CCBFFF (or 0xCCBFFF) is unknown color: approx Lavender Blue. HEX triplet: CC, BF and FF. RGB value is (204,191,255). Sum of RGB (Red+Green+Blue) = 204+191+255=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFFF is #334000. Grayscale: #C9C9C9. Windows color (decimal): -3358721 or 16760780. OLE color: 16760780.

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

Color convert

RGB204191255-
CMYK0.20.2500
HSL252.19º100%87.45%-
HSV(B)252.19º25.1%100%-
XYZ61.5857.32102.43-
YUV202.18157.81129.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 191 (75% from 255) = 29.38%
BLUE value IS 255 (100% from 255) = 39.23%
R=31.38%
G=29.38%
B=39.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041912550.20.2500252.1910087.45
HexCCBFFF141900fc6457
Octal314277377243100374144127
Binary1100110010111111111111111010011001001111110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFFF; }

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

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

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

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

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

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

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

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