Html Css Color HEX #BFC2D4 Lavender Grey

📋 copy color: '#BFC2D4'

red 191 ◦ green 194 ◦ blue 212

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

Shades of Lavender Grey #BFC2D4

Tints of Lavender Grey #BFC2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 31.99%
G = 32.5%
B = 35.51%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFC2D4 (or 0xBFC2D4) is known color: Lavender Grey. HEX triplet: BF, C2 and D4. RGB value is (191,194,212). Sum of RGB (Red+Green+Blue) = 191+194+212=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFC2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D4 is #403D2B. Grayscale: #C3C3C3. Windows color (decimal): -4209964 or 13943487. OLE color: 13943487.

HSL color Cylindrical-coordinate representation of color #BFC2D4: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC2D4 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 194 212 -
CMYK 0.10 0.08 0 0.17
HSL 231.43º 0.2% 0.79% -
HSV(B) 231.43º 0.1% 0.83% -
XYZ 52.66 54.41 70.01 -
YUV 195.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 191 194 212 0.10 0.08 0 0.17 231.43 0.2 0.79
Hex BF C2 D4 A 8 0 11 E7 14 4F
Octal 277 302 324 12 10 0 21 347 24 117
Binary 10111111 11000010 11010100 1010 1000 0 10001 11100111 10100 1001111

Color Harmonies of #BFC2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2D4

Black with #BFC2D4

Text Example


Text Example

White with #BFC2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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