#CCBFFA

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

Shades of Lavender Blue #CCBFFA

Tints of Lavender Blue #CCBFFA

Color information

#CCBFFA (or 0xCCBFFA) is unknown color: approx Lavender Blue. HEX triplet: CC, BF and FA. RGB value is (204,191,250). Sum of RGB (Red+Green+Blue) = 204+191+250=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCBFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFFA is #334005. Grayscale: #C9C9C9. Windows color (decimal): -3358726 or 16433100. OLE color: 16433100.

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

Color convert

RGB204191250-
CMYK0.180.2400.02
HSL253.22º85.51%86.47%-
HSV(B)253.22º23.6%98.04%-
XYZ60.795798.24-
YUV201.61155.31129.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=31.63%
G=29.61%
B=38.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041912500.180.2400.02253.2285.5186.47
HexCCBFFA121802fd5656
Octal314277372223002375126126
Binary11001100101111111111101010010110000101111110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFFA; }

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

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

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

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

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

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

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

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