Html Css Color HEX #C2BCFF Lavender Blue

📋 copy color: '#C2BCFF'

red 194 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #C2BCFF

Tints of Lavender Blue #C2BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

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

R = 30.46%
G = 29.51%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2BCFF (or 0xC2BCFF) is known color: Lavender Blue. HEX triplet: C2, BC and FF. RGB value is (194,188,255). Sum of RGB (Red+Green+Blue) = 194+188+255=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCFF is #3D4300. Grayscale: #C5C5C5. Windows color (decimal): -4014849 or 16760002. OLE color: 16760002.

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

Color convert

RGB 194 188 255 -
CMYK 0.24 0.26 0 0
HSL 245.37º 1% 0.87% -
HSV(B) 245.37º 0.26% 1% -
XYZ 58.28 54.66 102.09 -
YUV 197.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 194 188 255 0.24 0.26 0 0 245.37 1 0.87
Hex C2 BC FF 18 1A 0 0 F5 64 57
Octal 302 274 377 30 32 0 0 365 144 127
Binary 11000010 10111100 11111111 11000 11010 0 0 11110101 1100100 1010111

Color Harmonies of #C2BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCFF

Black with #C2BCFF

Text Example


Text Example

White with #C2BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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