Html Css Color HEX #B9D5BB Surf

📋 copy color: '#B9D5BB'

red 185 ◦ green 213 ◦ blue 187

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

Shades of Surf #B9D5BB

Tints of Surf #B9D5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.97%

R = 31.62%
G = 36.41%
B = 31.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#B9D5BB (or 0xB9D5BB) is known color: Surf. HEX triplet: B9, D5 and BB. RGB value is (185,213,187). Sum of RGB (Red+Green+Blue) = 185+213+187=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5BB is #462A44. Grayscale: #C9C9C9. Windows color (decimal): -4598341 or 12309945. OLE color: 12309945.

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

Color convert

RGB 185 213 187 -
CMYK 0.13 0 0.12 0.16
HSL 124.29º 0.25% 0.78% -
HSV(B) 124.29º 0.13% 0.84% -
XYZ 52.77 61.49 56.1 -
YUV 201.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 185 213 187 0.13 0 0.12 0.16 124.29 0.25 0.78
Hex B9 D5 BB D 0 C 10 7C 19 4E
Octal 271 325 273 15 0 14 20 174 31 116
Binary 10111001 11010101 10111011 1101 0 1100 10000 1111100 11001 1001110

Color Harmonies of #B9D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D5BB

Black with #B9D5BB

Text Example


Text Example

White with #B9D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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