Html Css Color HEX #BCC0D2 Lavender Grey

📋 copy color: '#BCC0D2'

red 188 ◦ green 192 ◦ blue 210

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

Shades of Lavender Grey #BCC0D2

Tints of Lavender Grey #BCC0D2

RGB

 RED value IS 188 (73.83% from 255) = 31.86%

 GREEN value IS 192 (75.39% from 255) = 32.54%

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 31.86%
G = 32.54%
B = 35.59%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCC0D2 (or 0xBCC0D2) is known color: Lavender Grey. HEX triplet: BC, C0 and D2. RGB value is (188,192,210). Sum of RGB (Red+Green+Blue) = 188+192+210=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0D2 is #433F2D. Grayscale: #C0C0C0. Windows color (decimal): -4407086 or 13811900. OLE color: 13811900.

HSL color Cylindrical-coordinate representation of color #BCC0D2: hue angle of 229.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC0D2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 192 210 -
CMYK 0.10 0.09 0 0.18
HSL 229.09º 0.2% 0.78% -
HSV(B) 229.09º 0.1% 0.82% -
XYZ 51.22 53.04 68.51 -
YUV 192.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 188 192 210 0.10 0.09 0 0.18 229.09 0.2 0.78
Hex BC C0 D2 A 9 0 12 E5 14 4E
Octal 274 300 322 12 11 0 22 345 24 116
Binary 10111100 11000000 11010010 1010 1001 0 10010 11100101 10100 1001110

Color Harmonies of #BCC0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0D2

Black with #BCC0D2

Text Example


Text Example

White with #BCC0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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