Html Css Color HEX #C0BDEC Lavender Grey

📋 copy color: '#C0BDEC'

red 192 ◦ green 189 ◦ blue 236

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

Shades of Lavender Grey #C0BDEC

Tints of Lavender Grey #C0BDEC

RGB

 RED value IS 192 (75.39% from 255) = 31.12%

 GREEN value IS 189 (74.22% from 255) = 30.63%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 31.12%
G = 30.63%
B = 38.25%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0BDEC (or 0xC0BDEC) is known color: Lavender Grey. HEX triplet: C0, BD and EC. RGB value is (192,189,236). Sum of RGB (Red+Green+Blue) = 192+189+236=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDEC is #3F4213. Grayscale: #C3C3C3. Windows color (decimal): -4145684 or 15515072. OLE color: 15515072.

HSL color Cylindrical-coordinate representation of color #C0BDEC: hue angle of 243.83º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BDEC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 189 236 -
CMYK 0.19 0.20 0 0.07
HSL 243.83º 0.55% 0.83% -
HSV(B) 243.83º 0.2% 0.93% -
XYZ 55.08 53.66 86.81 -
YUV 195.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 192 189 236 0.19 0.20 0 0.07 243.83 0.55 0.83
Hex C0 BD EC 13 14 0 7 F4 37 53
Octal 300 275 354 23 24 0 7 364 67 123
Binary 11000000 10111101 11101100 10011 10100 0 111 11110100 110111 1010011

Color Harmonies of #C0BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDEC

Black with #C0BDEC

Text Example


Text Example

White with #C0BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDEC; }

 p { color: rgb(192,189,236); }

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

background-color css

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

 a { background-color: rgb(192,189,236); }

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

border-color css

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

 span { border-color: rgb(192,189,236); }

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