Html Css Color HEX #C2BBFF Lavender Blue

📋 copy color: '#C2BBFF'

red 194 ◦ green 187 ◦ blue 255

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

Shades of Lavender Blue #C2BBFF

Tints of Lavender Blue #C2BBFF

RGB

 RED value IS 194 (76.17% from 255) = 30.5%

 GREEN value IS 187 (73.44% from 255) = 29.4%

 BLUE value IS 255 (100% from 255) = 40.09%

R = 30.5%
G = 29.4%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2BBFF (or 0xC2BBFF) is known color: Lavender Blue. HEX triplet: C2, BB and FF. RGB value is (194,187,255). Sum of RGB (Red+Green+Blue) = 194+187+255=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBFF is #3D4400. Grayscale: #C4C4C4. Windows color (decimal): -4015105 or 16759746. OLE color: 16759746.

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

Color convert

RGB 194 187 255 -
CMYK 0.24 0.27 0 0
HSL 246.18º 1% 0.87% -
HSV(B) 246.18º 0.27% 1% -
XYZ 58.07 54.23 102.01 -
YUV 196.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 194 187 255 0.24 0.27 0 0 246.18 1 0.87
Hex C2 BB FF 18 1B 0 0 F6 64 57
Octal 302 273 377 30 33 0 0 366 144 127
Binary 11000010 10111011 11111111 11000 11011 0 0 11110110 1100100 1010111

Color Harmonies of #C2BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBFF

Black with #C2BBFF

Text Example


Text Example

White with #C2BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBFF; }

 p { color: rgb(194,187,255); }

 H1.HeaderClassName
 {
   color: #C2BBFF;
 }
 .AnyTagClassName
 {
   color: #C2BBFF;
 }
</style>

background-color css

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

 a { background-color: rgb(194,187,255); }

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

border-color css

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

 span { border-color: rgb(194,187,255); }

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