Html Css Color HEX #B0BDC7 Heather

📋 copy color: '#B0BDC7'

red 176 ◦ green 189 ◦ blue 199

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

Shades of Heather #B0BDC7

Tints of Heather #B0BDC7

RGB

 RED value IS 176 (69.14% from 255) = 31.21%

 GREEN value IS 189 (74.22% from 255) = 33.51%

 BLUE value IS 199 (78.13% from 255) = 35.28%

R = 31.21%
G = 33.51%
B = 35.28%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B0BDC7 (or 0xB0BDC7) is known color: Heather. HEX triplet: B0, BD and C7. RGB value is (176,189,199). Sum of RGB (Red+Green+Blue) = 176+189+199=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #B0BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDC7 is #4F4238. Grayscale: #BABABA. Windows color (decimal): -5194297 or 13090224. OLE color: 13090224.

HSL color Cylindrical-coordinate representation of color #B0BDC7: hue angle of 206.09º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BDC7 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 189 199 -
CMYK 0.12 0.05 0 0.22
HSL 206.09º 0.17% 0.74% -
HSV(B) 206.09º 0.12% 0.78% -
XYZ 46.41 49.75 61.19 -
YUV 186.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 176 189 199 0.12 0.05 0 0.22 206.09 0.17 0.74
Hex B0 BD C7 C 5 0 16 CE 11 4A
Octal 260 275 307 14 5 0 26 316 21 112
Binary 10110000 10111101 11000111 1100 101 0 10110 11001110 10001 1001010

Color Harmonies of #B0BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDC7

Black with #B0BDC7

Text Example


Text Example

White with #B0BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDC7; }

 p { color: rgb(176,189,199); }

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

background-color css

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

 a { background-color: rgb(176,189,199); }

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

border-color css

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

 span { border-color: rgb(176,189,199); }

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