Html Css Color HEX #BCC0DA Lavender Grey

📋 copy color: '#BCC0DA'

red 188 ◦ green 192 ◦ blue 218

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

Shades of Lavender Grey #BCC0DA

Tints of Lavender Grey #BCC0DA

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC0DA (or 0xBCC0DA) is known color: Lavender Grey. HEX triplet: BC, C0 and DA. RGB value is (188,192,218). Sum of RGB (Red+Green+Blue) = 188+192+218=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 192 (75.39% from 255 or 32.11% 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 #BCC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0DA is #433F25. Grayscale: #C1C1C1. Windows color (decimal): -4407078 or 14336188. OLE color: 14336188.

HSL color Cylindrical-coordinate representation of color #BCC0DA: hue angle of 232º 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 #BCC0DA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 192 218 -
CMYK 0.14 0.12 0 0.15
HSL 232º 0.29% 0.8% -
HSV(B) 232º 0.14% 0.85% -
XYZ 52.24 53.45 73.89 -
YUV 193.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 188 192 218 0.14 0.12 0 0.15 232 0.29 0.8
Hex BC C0 DA E C 0 F E8 1D 50
Octal 274 300 332 16 14 0 17 350 35 120
Binary 10111100 11000000 11011010 1110 1100 0 1111 11101000 11101 1010000

Color Harmonies of #BCC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0DA

Black with #BCC0DA

Text Example


Text Example

White with #BCC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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