#CCBEFA

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

Shades of Lavender Blue #CCBEFA

Tints of Lavender Blue #CCBEFA

Color information

#CCBEFA (or 0xCCBEFA) is unknown color: approx Lavender Blue. HEX triplet: CC, BE and FA. RGB value is (204,190,250). Sum of RGB (Red+Green+Blue) = 204+190+250=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEFA is #334105. Grayscale: #C8C8C8. Windows color (decimal): -3358982 or 16432844. OLE color: 16432844.

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

Color convert

RGB204190250-
CMYK0.180.2400.02
HSL254º85.71%86.27%-
HSV(B)254º24%98.04%-
XYZ60.5756.5798.17-
YUV201.03155.64130.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=31.68%
G=29.50%
B=38.82%

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
Decimal2041902500.180.2400.0225485.7186.27
HexCCBEFA121802fe5656
Octal314276372223002376126126
Binary11001100101111101111101010010110000101111111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEFA; }

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

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

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

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

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

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

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

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