Html Css Color HEX #C0BDEE Lavender Grey

📋 copy color: '#C0BDEE'

red 192 ◦ green 189 ◦ blue 238

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

Shades of Lavender Grey #C0BDEE

Tints of Lavender Grey #C0BDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 31.02%
G = 30.53%
B = 38.45%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0BDEE (or 0xC0BDEE) is known color: Lavender Grey. HEX triplet: C0, BD and EE. RGB value is (192,189,238). Sum of RGB (Red+Green+Blue) = 192+189+238=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDEE is #3F4211. Grayscale: #C3C3C3. Windows color (decimal): -4145682 or 15646144. OLE color: 15646144.

HSL color Cylindrical-coordinate representation of color #C0BDEE: hue angle of 243.67º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BDEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 189 238 -
CMYK 0.19 0.21 0 0.07
HSL 243.67º 0.59% 0.84% -
HSV(B) 243.67º 0.21% 0.93% -
XYZ 55.37 53.77 88.35 -
YUV 195.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 192 189 238 0.19 0.21 0 0.07 243.67 0.59 0.84
Hex C0 BD EE 13 15 0 7 F4 3B 54
Octal 300 275 356 23 25 0 7 364 73 124
Binary 11000000 10111101 11101110 10011 10101 0 111 11110100 111011 1010100

Color Harmonies of #C0BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDEE

Black with #C0BDEE

Text Example


Text Example

White with #C0BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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