Html Css Color HEX #BCC0DC Lavender Grey

📋 copy color: '#BCC0DC'

red 188 ◦ green 192 ◦ blue 220

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

Shades of Lavender Grey #BCC0DC

Tints of Lavender Grey #BCC0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 31.33%
G = 32%
B = 36.67%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCC0DC (or 0xBCC0DC) is known color: Lavender Grey. HEX triplet: BC, C0 and DC. RGB value is (188,192,220). Sum of RGB (Red+Green+Blue) = 188+192+220=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0DC is #433F23. Grayscale: #C1C1C1. Windows color (decimal): -4407076 or 14467260. OLE color: 14467260.

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

Color convert

RGB 188 192 220 -
CMYK 0.15 0.13 0 0.14
HSL 232.5º 0.31% 0.8% -
HSV(B) 232.5º 0.15% 0.86% -
XYZ 52.51 53.56 75.28 -
YUV 194 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 188 192 220 0.15 0.13 0 0.14 232.5 0.31 0.8
Hex BC C0 DC F D 0 E E8 1F 50
Octal 274 300 334 17 15 0 16 350 37 120
Binary 10111100 11000000 11011100 1111 1101 0 1110 11101000 11111 1010000

Color Harmonies of #BCC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0DC

Black with #BCC0DC

Text Example


Text Example

White with #BCC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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