Html Css Color HEX #B9D5B3 Surf Crest

📋 copy color: '#B9D5B3'

red 185 ◦ green 213 ◦ blue 179

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

Shades of Surf Crest #B9D5B3

Tints of Surf Crest #B9D5B3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.92%

 BLUE value IS 179 (70.31% from 255) = 31.02%

R = 32.06%
G = 36.92%
B = 31.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#B9D5B3 (or 0xB9D5B3) is known color: Surf Crest. HEX triplet: B9, D5 and B3. RGB value is (185,213,179). Sum of RGB (Red+Green+Blue) = 185+213+179=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5B3 is #462A4C. Grayscale: #C8C8C8. Windows color (decimal): -4598349 or 11785657. OLE color: 11785657.

HSL color Cylindrical-coordinate representation of color #B9D5B3: hue angle of 109.41º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9D5B3 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 179 -
CMYK 0.13 0 0.16 0.16
HSL 109.41º 0.29% 0.77% -
HSV(B) 109.41º 0.16% 0.84% -
XYZ 51.94 61.16 51.71 -
YUV 200.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 185 213 179 0.13 0 0.16 0.16 109.41 0.29 0.77
Hex B9 D5 B3 D 0 10 10 6D 1D 4D
Octal 271 325 263 15 0 20 20 155 35 115
Binary 10111001 11010101 10110011 1101 0 10000 10000 1101101 11101 1001101

Color Harmonies of #B9D5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D5B3

Black with #B9D5B3

Text Example


Text Example

White with #B9D5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D5B3; }

 p { color: rgb(185,213,179); }

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

background-color css

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

 a { background-color: rgb(185,213,179); }

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

border-color css

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

 span { border-color: rgb(185,213,179); }

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