Html Css Color HEX #C2BAFF Lavender Blue

📋 copy color: '#C2BAFF'

red 194 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #C2BAFF

Tints of Lavender Blue #C2BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.29%

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

R = 30.55%
G = 29.29%
B = 40.16%

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

#C2BAFF (or 0xC2BAFF) is known color: Lavender Blue. HEX triplet: C2, BA and FF. RGB value is (194,186,255). Sum of RGB (Red+Green+Blue) = 194+186+255=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAFF is #3D4500. Grayscale: #C3C3C3. Windows color (decimal): -4015361 or 16759490. OLE color: 16759490.

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

Color convert

RGB 194 186 255 -
CMYK 0.24 0.27 0 0
HSL 246.96º 1% 0.86% -
HSV(B) 246.96º 0.27% 1% -
XYZ 57.86 53.81 101.94 -
YUV 196.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 194 186 255 0.24 0.27 0 0 246.96 1 0.86
Hex C2 BA FF 18 1B 0 0 F7 64 56
Octal 302 272 377 30 33 0 0 367 144 126
Binary 11000010 10111010 11111111 11000 11011 0 0 11110111 1100100 1010110

Color Harmonies of #C2BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAFF

Black with #C2BAFF

Text Example


Text Example

White with #C2BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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