#CCBDFC

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

Shades of Lavender Blue #CCBDFC

Tints of Lavender Blue #CCBDFC

Color information

#CCBDFC (or 0xCCBDFC) is unknown color: approx Lavender Blue. HEX triplet: CC, BD and FC. RGB value is (204,189,252). Sum of RGB (Red+Green+Blue) = 204+189+252=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDFC is #334203. Grayscale: #C8C8C8. Windows color (decimal): -3359236 or 16563660. OLE color: 16563660.

HSL color Cylindrical-coordinate representation of color #CCBDFC: hue angle of 254.29º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBDFC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204189252-
CMYK0.190.2500.01
HSL254.29º91.3%86.47%-
HSV(B)254.29º25%98.82%-
XYZ60.6756.2699.76-
YUV200.67156.97130.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=31.63%
G=29.30%
B=39.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041892520.190.2500.01254.2991.386.47
HexCCBDFC131901fe5b56
Octal314275374233101376133126
Binary1100110010111101111111001001111001011111111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDFC; }

 p { color: rgb(204,189,252); }

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

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

 a { background-color: rgb(204,189,252); }

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

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

 span { border-color: rgb(204,189,252); }

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