Html Css Color HEX #B0D1C9 Scandal

📋 copy color: '#B0D1C9'

red 176 ◦ green 209 ◦ blue 201

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

Shades of Scandal #B0D1C9

Tints of Scandal #B0D1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.67%

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 30.03%
G = 35.67%
B = 34.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#B0D1C9 (or 0xB0D1C9) is known color: Scandal. HEX triplet: B0, D1 and C9. RGB value is (176,209,201). Sum of RGB (Red+Green+Blue) = 176+209+201=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1C9 is #4F2E36. Grayscale: #C6C6C6. Windows color (decimal): -5189175 or 13226416. OLE color: 13226416.

HSL color Cylindrical-coordinate representation of color #B0D1C9: hue angle of 165.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1C9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 201 -
CMYK 0.16 0 0.04 0.18
HSL 165.45º 0.26% 0.75% -
HSV(B) 165.45º 0.16% 0.82% -
XYZ 51.25 59.05 63.95 -
YUV 198.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 176 209 201 0.16 0 0.04 0.18 165.45 0.26 0.75
Hex B0 D1 C9 10 0 4 12 A5 1A 4B
Octal 260 321 311 20 0 4 22 245 32 113
Binary 10110000 11010001 11001001 10000 0 100 10010 10100101 11010 1001011

Color Harmonies of #B0D1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1C9

Black with #B0D1C9

Text Example


Text Example

White with #B0D1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1C9; }

 p { color: rgb(176,209,201); }

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

background-color css

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

 a { background-color: rgb(176,209,201); }

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

border-color css

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

 span { border-color: rgb(176,209,201); }

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