#CCBAFF

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

Shades of Lavender Blue #CCBAFF

Tints of Lavender Blue #CCBAFF

Color information

#CCBAFF (or 0xCCBAFF) is unknown color: approx Lavender Blue. HEX triplet: CC, BA and FF. RGB value is (204,186,255). Sum of RGB (Red+Green+Blue) = 204+186+255=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAFF is #334500. Grayscale: #C6C6C6. Windows color (decimal): -3360001 or 16759500. OLE color: 16759500.

HSL color Cylindrical-coordinate representation of color #CCBAFF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCBAFF is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204186255-
CMYK0.20.2700
HSL255.65º100%86.47%-
HSV(B)255.65º27.06%100%-
XYZ60.5155.18102.07-
YUV199.25159.46131.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 255 (100% from 255) = 39.53%
R=31.63%
G=28.84%
B=39.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041862550.20.2700255.6510086.47
HexCCBAFF141B001006456
Octal314272377243300400144126
Binary11001100101110101111111110100110110010000000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAFF; }

 p { color: rgb(204,186,255); }

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

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

 a { background-color: rgb(204,186,255); }

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

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

 span { border-color: rgb(204,186,255); }

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