Html Css Color HEX #B9D3B5 Surf Crest

📋 copy color: '#B9D3B5'

red 185 ◦ green 211 ◦ blue 181

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

Shades of Surf Crest #B9D3B5

Tints of Surf Crest #B9D3B5

RGB

 RED value IS 185 (72.66% from 255) = 32.06%

 GREEN value IS 211 (82.81% from 255) = 36.57%

 BLUE value IS 181 (71.09% from 255) = 31.37%

R = 32.06%
G = 36.57%
B = 31.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#B9D3B5 (or 0xB9D3B5) is known color: Surf Crest. HEX triplet: B9, D3 and B5. RGB value is (185,211,181). Sum of RGB (Red+Green+Blue) = 185+211+181=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3B5 is #462C4A. Grayscale: #C7C7C7. Windows color (decimal): -4598859 or 11916217. OLE color: 11916217.

HSL color Cylindrical-coordinate representation of color #B9D3B5: hue angle of 112º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D3B5 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 211 181 -
CMYK 0.12 0 0.14 0.17
HSL 112º 0.25% 0.77% -
HSV(B) 112º 0.14% 0.83% -
XYZ 51.64 60.24 52.62 -
YUV 199.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 185 211 181 0.12 0 0.14 0.17 112 0.25 0.77
Hex B9 D3 B5 C 0 E 11 70 19 4D
Octal 271 323 265 14 0 16 21 160 31 115
Binary 10111001 11010011 10110101 1100 0 1110 10001 1110000 11001 1001101

Color Harmonies of #B9D3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D3B5

Black with #B9D3B5

Text Example


Text Example

White with #B9D3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D3B5; }

 p { color: rgb(185,211,181); }

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

background-color css

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

 a { background-color: rgb(185,211,181); }

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

border-color css

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

 span { border-color: rgb(185,211,181); }

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