Html Css Color HEX #BFC1EB Lavender Grey

📋 copy color: '#BFC1EB'

red 191 ◦ green 193 ◦ blue 235

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

Shades of Lavender Grey #BFC1EB

Tints of Lavender Grey #BFC1EB

RGB

 RED value IS 191 (75% from 255) = 30.86%

 GREEN value IS 193 (75.78% from 255) = 31.18%

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 30.86%
G = 31.18%
B = 37.96%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFC1EB (or 0xBFC1EB) is known color: Lavender Grey. HEX triplet: BF, C1 and EB. RGB value is (191,193,235). Sum of RGB (Red+Green+Blue) = 191+193+235=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1EB is #403E14. Grayscale: #C5C5C5. Windows color (decimal): -4210197 or 15450559. OLE color: 15450559.

HSL color Cylindrical-coordinate representation of color #BFC1EB: hue angle of 237.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC1EB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 193 235 -
CMYK 0.19 0.18 0 0.08
HSL 237.27º 0.52% 0.84% -
HSV(B) 237.27º 0.19% 0.92% -
XYZ 55.55 55.21 86.33 -
YUV 197.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 191 193 235 0.19 0.18 0 0.08 237.27 0.52 0.84
Hex BF C1 EB 13 12 0 8 ED 34 54
Octal 277 301 353 23 22 0 10 355 64 124
Binary 10111111 11000001 11101011 10011 10010 0 1000 11101101 110100 1010100

Color Harmonies of #BFC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1EB

Black with #BFC1EB

Text Example


Text Example

White with #BFC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1EB; }

 p { color: rgb(191,193,235); }

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

background-color css

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

 a { background-color: rgb(191,193,235); }

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

border-color css

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

 span { border-color: rgb(191,193,235); }

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