Html Css Color HEX #C0BDE9 Lavender Grey

📋 copy color: '#C0BDE9'

red 192 ◦ green 189 ◦ blue 233

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

Shades of Lavender Grey #C0BDE9

Tints of Lavender Grey #C0BDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 31.27%
G = 30.78%
B = 37.95%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0BDE9 (or 0xC0BDE9) is known color: Lavender Grey. HEX triplet: C0, BD and E9. RGB value is (192,189,233). Sum of RGB (Red+Green+Blue) = 192+189+233=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDE9 is #3F4216. Grayscale: #C2C2C2. Windows color (decimal): -4145687 or 15318464. OLE color: 15318464.

HSL color Cylindrical-coordinate representation of color #C0BDE9: hue angle of 244.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BDE9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 189 233 -
CMYK 0.18 0.19 0 0.09
HSL 244.09º 0.5% 0.83% -
HSV(B) 244.09º 0.19% 0.91% -
XYZ 54.64 53.48 84.53 -
YUV 194.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 192 189 233 0.18 0.19 0 0.09 244.09 0.5 0.83
Hex C0 BD E9 12 13 0 9 F4 32 53
Octal 300 275 351 22 23 0 11 364 62 123
Binary 11000000 10111101 11101001 10010 10011 0 1001 11110100 110010 1010011

Color Harmonies of #C0BDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDE9

Black with #C0BDE9

Text Example


Text Example

White with #C0BDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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