#CCBCFD

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

Shades of Lavender Blue #CCBCFD

Tints of Lavender Blue #CCBCFD

Color information

#CCBCFD (or 0xCCBCFD) is unknown color: approx Lavender Blue. HEX triplet: CC, BC and FD. RGB value is (204,188,253). Sum of RGB (Red+Green+Blue) = 204+188+253=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCFD is #334302. Grayscale: #C7C7C7. Windows color (decimal): -3359491 or 16628940. OLE color: 16628940.

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

Color convert

RGB204188253-
CMYK0.190.2600.01
HSL254.77º94.2%86.47%-
HSV(B)254.77º25.69%99.22%-
XYZ60.6155.9100.52-
YUV200.19157.8130.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=31.63%
G=29.15%
B=39.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041882530.190.2600.01254.7794.286.47
HexCCBCFD131A01ff5e56
Octal314274375233201377136126
Binary1100110010111100111111011001111010011111111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCFD; }

 p { color: rgb(204,188,253); }

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

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

 a { background-color: rgb(204,188,253); }

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

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

 span { border-color: rgb(204,188,253); }

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