Html Css Color HEX #CCBAFF Lavender Blue

📋 copy color: '#CCBAFF'

red 204 ◦ green 186 ◦ blue 255

#CCBAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CCBAFF

Tints of Lavender Blue #CCBAFF

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 value IS 0.2

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCBAFF (or 0xCCBAFF) is known color: 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

RGB 204 186 255 -
CMYK 0.2 0.27 0 0
HSL 255.65º 1% 0.86% -
HSV(B) 255.65º 0.27% 1% -
XYZ 60.51 55.18 102.07 -
YUV 199.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 204 186 255 0.2 0.27 0 0 255.65 1 0.86
Hex CC BA FF 14 1B 0 0 100 64 56
Octal 314 272 377 24 33 0 0 400 144 126
Binary 11001100 10111010 11111111 10100 11011 0 0 100000000 1100100 1010110

Color Harmonies of #CCBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAFF

Black with #CCBAFF

Text Example


Text Example

White with #CCBAFF

Text Example


Text Example

HTML Codes & Css Web 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>