Html Css Color HEX #B8D1B9 Surf

📋 copy color: '#B8D1B9'

red 184 ◦ green 209 ◦ blue 185

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

Shades of Surf #B8D1B9

Tints of Surf #B8D1B9

RGB

 RED value IS 184 (72.27% from 255) = 31.83%

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

 BLUE value IS 185 (72.66% from 255) = 32.01%

R = 31.83%
G = 36.16%
B = 32.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B8D1B9 (or 0xB8D1B9) is known color: Surf. HEX triplet: B8, D1 and B9. RGB value is (184,209,185). Sum of RGB (Red+Green+Blue) = 184+209+185=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1B9 is #472E46. Grayscale: #C6C6C6. Windows color (decimal): -4664903 or 12177848. OLE color: 12177848.

HSL color Cylindrical-coordinate representation of color #B8D1B9: hue angle of 122.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D1B9 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 209 185 -
CMYK 0.12 0 0.11 0.18
HSL 122.4º 0.21% 0.77% -
HSV(B) 122.4º 0.12% 0.82% -
XYZ 51.32 59.29 54.64 -
YUV 198.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 184 209 185 0.12 0 0.11 0.18 122.4 0.21 0.77
Hex B8 D1 B9 C 0 B 12 7A 15 4D
Octal 270 321 271 14 0 13 22 172 25 115
Binary 10111000 11010001 10111001 1100 0 1011 10010 1111010 10101 1001101

Color Harmonies of #B8D1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D1B9

Black with #B8D1B9

Text Example


Text Example

White with #B8D1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D1B9; }

 p { color: rgb(184,209,185); }

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

background-color css

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

 a { background-color: rgb(184,209,185); }

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

border-color css

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

 span { border-color: rgb(184,209,185); }

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