Html Css Color HEX #BCBFE5 Lavender Grey

📋 copy color: '#BCBFE5'

red 188 ◦ green 191 ◦ blue 229

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

Shades of Lavender Grey #BCBFE5

Tints of Lavender Grey #BCBFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 31.41%

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 30.92%
G = 31.41%
B = 37.66%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCBFE5 (or 0xBCBFE5) is known color: Lavender Grey. HEX triplet: BC, BF and E5. RGB value is (188,191,229). Sum of RGB (Red+Green+Blue) = 188+191+229=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE5 is #43401A. Grayscale: #C2C2C2. Windows color (decimal): -4407323 or 15056828. OLE color: 15056828.

HSL color Cylindrical-coordinate representation of color #BCBFE5: hue angle of 235.61º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBFE5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 191 229 -
CMYK 0.18 0.17 0 0.10
HSL 235.61º 0.44% 0.82% -
HSV(B) 235.61º 0.18% 0.9% -
XYZ 53.51 53.61 81.66 -
YUV 194.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 188 191 229 0.18 0.17 0 0.10 235.61 0.44 0.82
Hex BC BF E5 12 11 0 A EC 2C 52
Octal 274 277 345 22 21 0 12 354 54 122
Binary 10111100 10111111 11100101 10010 10001 0 1010 11101100 101100 1010010

Color Harmonies of #BCBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFE5

Black with #BCBFE5

Text Example


Text Example

White with #BCBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFE5; }

 p { color: rgb(188,191,229); }

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

background-color css

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

 a { background-color: rgb(188,191,229); }

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

border-color css

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

 span { border-color: rgb(188,191,229); }

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