Html Css Color HEX #BDBFCB Lavender Grey

📋 copy color: '#BDBFCB'

red 189 ◦ green 191 ◦ blue 203

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

Shades of Lavender Grey #BDBFCB

Tints of Lavender Grey #BDBFCB

RGB

 RED value IS 189 (74.22% from 255) = 32.42%

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 32.42%
G = 32.76%
B = 34.82%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDBFCB (or 0xBDBFCB) is known color: Lavender Grey. HEX triplet: BD, BF and CB. RGB value is (189,191,203). Sum of RGB (Red+Green+Blue) = 189+191+203=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFCB is #424034. Grayscale: #BFBFBF. Windows color (decimal): -4341813 or 13352893. OLE color: 13352893.

HSL color Cylindrical-coordinate representation of color #BDBFCB: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBFCB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 191 203 -
CMYK 0.07 0.06 0 0.20
HSL 231.43º 0.12% 0.77% -
HSV(B) 231.43º 0.07% 0.8% -
XYZ 50.4 52.39 63.96 -
YUV 191.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 189 191 203 0.07 0.06 0 0.20 231.43 0.12 0.77
Hex BD BF CB 7 6 0 14 E7 C 4D
Octal 275 277 313 7 6 0 24 347 14 115
Binary 10111101 10111111 11001011 111 110 0 10100 11100111 1100 1001101

Color Harmonies of #BDBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFCB

Black with #BDBFCB

Text Example


Text Example

White with #BDBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFCB; }

 p { color: rgb(189,191,203); }

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

background-color css

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

 a { background-color: rgb(189,191,203); }

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

border-color css

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

 span { border-color: rgb(189,191,203); }

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