Html Css Color HEX #BCC0E1 Lavender Grey

📋 copy color: '#BCC0E1'

red 188 ◦ green 192 ◦ blue 225

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

Shades of Lavender Grey #BCC0E1

Tints of Lavender Grey #BCC0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 31.07%
G = 31.74%
B = 37.19%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCC0E1 (or 0xBCC0E1) is known color: Lavender Grey. HEX triplet: BC, C0 and E1. RGB value is (188,192,225). Sum of RGB (Red+Green+Blue) = 188+192+225=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCC0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0E1 is #433F1E. Grayscale: #C2C2C2. Windows color (decimal): -4407071 or 14794940. OLE color: 14794940.

HSL color Cylindrical-coordinate representation of color #BCC0E1: hue angle of 233.51º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC0E1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 192 225 -
CMYK 0.16 0.15 0 0.12
HSL 233.51º 0.38% 0.81% -
HSV(B) 233.51º 0.16% 0.88% -
XYZ 53.18 53.83 78.82 -
YUV 194.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 188 192 225 0.16 0.15 0 0.12 233.51 0.38 0.81
Hex BC C0 E1 10 F 0 C EA 26 51
Octal 274 300 341 20 17 0 14 352 46 121
Binary 10111100 11000000 11100001 10000 1111 0 1100 11101010 100110 1010001

Color Harmonies of #BCC0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0E1

Black with #BCC0E1

Text Example


Text Example

White with #BCC0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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