Html Css Color HEX #BFC2DE Lavender Grey

📋 copy color: '#BFC2DE'

red 191 ◦ green 194 ◦ blue 222

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

Shades of Lavender Grey #BFC2DE

Tints of Lavender Grey #BFC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.96%

 BLUE value IS 222 (87.11% from 255) = 36.57%

R = 31.47%
G = 31.96%
B = 36.57%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFC2DE (or 0xBFC2DE) is known color: Lavender Grey. HEX triplet: BF, C2 and DE. RGB value is (191,194,222). Sum of RGB (Red+Green+Blue) = 191+194+222=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2DE is #403D21. Grayscale: #C4C4C4. Windows color (decimal): -4209954 or 14598847. OLE color: 14598847.

HSL color Cylindrical-coordinate representation of color #BFC2DE: hue angle of 234.19º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC2DE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 194 222 -
CMYK 0.14 0.13 0 0.13
HSL 234.19º 0.32% 0.81% -
HSV(B) 234.19º 0.14% 0.87% -
XYZ 53.96 54.93 76.87 -
YUV 196.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 191 194 222 0.14 0.13 0 0.13 234.19 0.32 0.81
Hex BF C2 DE E D 0 D EA 20 51
Octal 277 302 336 16 15 0 15 352 40 121
Binary 10111111 11000010 11011110 1110 1101 0 1101 11101010 100000 1010001

Color Harmonies of #BFC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2DE

Black with #BFC2DE

Text Example


Text Example

White with #BFC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2DE; }

 p { color: rgb(191,194,222); }

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

background-color css

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

 a { background-color: rgb(191,194,222); }

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

border-color css

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

 span { border-color: rgb(191,194,222); }

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