Html Css Color HEX #C0BCDA Lavender Grey

📋 copy color: '#C0BCDA'

red 192 ◦ green 188 ◦ blue 218

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

Shades of Lavender Grey #C0BCDA

Tints of Lavender Grey #C0BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 32.11%
G = 31.44%
B = 36.45%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0BCDA (or 0xC0BCDA) is known color: Lavender Grey. HEX triplet: C0, BC and DA. RGB value is (192,188,218). Sum of RGB (Red+Green+Blue) = 192+188+218=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCDA is #3F4325. Grayscale: #C0C0C0. Windows color (decimal): -4145958 or 14335168. OLE color: 14335168.

HSL color Cylindrical-coordinate representation of color #C0BCDA: hue angle of 248º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0BCDA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 188 218 -
CMYK 0.12 0.14 0 0.15
HSL 248º 0.29% 0.8% -
HSV(B) 248º 0.14% 0.85% -
XYZ 52.38 52.23 73.65 -
YUV 192.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 192 188 218 0.12 0.14 0 0.15 248 0.29 0.8
Hex C0 BC DA C E 0 F F8 1D 50
Octal 300 274 332 14 16 0 17 370 35 120
Binary 11000000 10111100 11011010 1100 1110 0 1111 11111000 11101 1010000

Color Harmonies of #C0BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCDA

Black with #C0BCDA

Text Example


Text Example

White with #C0BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCDA; }

 p { color: rgb(192,188,218); }

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

background-color css

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

 a { background-color: rgb(192,188,218); }

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

border-color css

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

 span { border-color: rgb(192,188,218); }

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