#CCBDFB

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

Shades of Lavender Blue #CCBDFB

Tints of Lavender Blue #CCBDFB

Color information

#CCBDFB (or 0xCCBDFB) is unknown color: approx Lavender Blue. HEX triplet: CC, BD and FB. RGB value is (204,189,251). Sum of RGB (Red+Green+Blue) = 204+189+251=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDFB is #334204. Grayscale: #C8C8C8. Windows color (decimal): -3359237 or 16498124. OLE color: 16498124.

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

Color convert

RGB204189251-
CMYK0.190.2500.02
HSL254.52º88.57%86.27%-
HSV(B)254.52º24.7%98.43%-
XYZ60.5156.298.92-
YUV200.55156.47130.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=31.68%
G=29.35%
B=38.98%

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
Decimal2041892510.190.2500.02254.5288.5786.27
HexCCBDFB131902ff5956
Octal314275373233102377131126
Binary11001100101111011111101110011110010101111111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDFB; }

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

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

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

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

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

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

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

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