Html Css Color HEX #B9DABB Surf

📋 copy color: '#B9DABB'

red 185 ◦ green 218 ◦ blue 187

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

Shades of Surf #B9DABB

Tints of Surf #B9DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.95%

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

R = 31.36%
G = 36.95%
B = 31.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B9DABB (or 0xB9DABB) is known color: Surf. HEX triplet: B9, DA and BB. RGB value is (185,218,187). Sum of RGB (Red+Green+Blue) = 185+218+187=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DABB is #462544. Grayscale: #CCCCCC. Windows color (decimal): -4597061 or 12311225. OLE color: 12311225.

HSL color Cylindrical-coordinate representation of color #B9DABB: hue angle of 123.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DABB is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 187 -
CMYK 0.15 0 0.14 0.15
HSL 123.64º 0.31% 0.79% -
HSV(B) 123.64º 0.15% 0.85% -
XYZ 54.05 64.04 56.53 -
YUV 204.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 185 218 187 0.15 0 0.14 0.15 123.64 0.31 0.79
Hex B9 DA BB F 0 E F 7C 1F 4F
Octal 271 332 273 17 0 16 17 174 37 117
Binary 10111001 11011010 10111011 1111 0 1110 1111 1111100 11111 1001111

Color Harmonies of #B9DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DABB

Black with #B9DABB

Text Example


Text Example

White with #B9DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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