Html Css Color HEX #B9D0B3 Surf Crest

📋 copy color: '#B9D0B3'

red 185 ◦ green 208 ◦ blue 179

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

Shades of Surf Crest #B9D0B3

Tints of Surf Crest #B9D0B3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.36%

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

R = 32.34%
G = 36.36%
B = 31.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#B9D0B3 (or 0xB9D0B3) is known color: Surf Crest. HEX triplet: B9, D0 and B3. RGB value is (185,208,179). Sum of RGB (Red+Green+Blue) = 185+208+179=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0B3 is #462F4C. Grayscale: #C5C5C5. Windows color (decimal): -4599629 or 11784377. OLE color: 11784377.

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

Color convert

RGB 185 208 179 -
CMYK 0.11 0 0.14 0.18
HSL 107.59º 0.24% 0.76% -
HSV(B) 107.59º 0.14% 0.82% -
XYZ 50.7 58.68 51.3 -
YUV 197.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 185 208 179 0.11 0 0.14 0.18 107.59 0.24 0.76
Hex B9 D0 B3 B 0 E 12 6C 18 4C
Octal 271 320 263 13 0 16 22 154 30 114
Binary 10111001 11010000 10110011 1011 0 1110 10010 1101100 11000 1001100

Color Harmonies of #B9D0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0B3

Black with #B9D0B3

Text Example


Text Example

White with #B9D0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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