Html Css Color HEX #BCC0E4 Lavender Grey

📋 copy color: '#BCC0E4'

red 188 ◦ green 192 ◦ blue 228

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

Shades of Lavender Grey #BCC0E4

Tints of Lavender Grey #BCC0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 30.92%
G = 31.58%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCC0E4 (or 0xBCC0E4) is known color: Lavender Grey. HEX triplet: BC, C0 and E4. RGB value is (188,192,228). Sum of RGB (Red+Green+Blue) = 188+192+228=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCC0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0E4 is #433F1B. Grayscale: #C2C2C2. Windows color (decimal): -4407068 or 14991548. OLE color: 14991548.

HSL color Cylindrical-coordinate representation of color #BCC0E4: hue angle of 234º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC0E4 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 192 228 -
CMYK 0.18 0.16 0 0.11
HSL 234º 0.43% 0.82% -
HSV(B) 234º 0.18% 0.89% -
XYZ 53.59 53.99 81 -
YUV 194.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 188 192 228 0.18 0.16 0 0.11 234 0.43 0.82
Hex BC C0 E4 12 10 0 B EA 2B 52
Octal 274 300 344 22 20 0 13 352 53 122
Binary 10111100 11000000 11100100 10010 10000 0 1011 11101010 101011 1010010

Color Harmonies of #BCC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0E4

Black with #BCC0E4

Text Example


Text Example

White with #BCC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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