#CCBEF9

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

Shades of Lavender Blue #CCBEF9

Tints of Lavender Blue #CCBEF9

Color information

#CCBEF9 (or 0xCCBEF9) is unknown color: approx Lavender Blue. HEX triplet: CC, BE and F9. RGB value is (204,190,249). Sum of RGB (Red+Green+Blue) = 204+190+249=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCBEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF9 is #334106. Grayscale: #C8C8C8. Windows color (decimal): -3358983 or 16367308. OLE color: 16367308.

HSL color Cylindrical-coordinate representation of color #CCBEF9: hue angle of 254.24º degrees, saturation: 0.83, 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 #CCBEF9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204190249-
CMYK0.180.2400.02
HSL254.24º83.1%86.08%-
HSV(B)254.24º23.69%97.65%-
XYZ60.4156.597.34-
YUV200.91155.14130.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=31.73%
G=29.55%
B=38.72%

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
Decimal2041902490.180.2400.02254.2483.186.08
HexCCBEF9121802fe5356
Octal314276371223002376123126
Binary11001100101111101111100110010110000101111111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEF9; }

 p { color: rgb(204,190,249); }

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

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

 a { background-color: rgb(204,190,249); }

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

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

 span { border-color: rgb(204,190,249); }

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