Html Css Color HEX #B5D9BA Surf

📋 copy color: '#B5D9BA'

red 181 ◦ green 217 ◦ blue 186

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

Shades of Surf #B5D9BA

Tints of Surf #B5D9BA

RGB

 RED value IS 181 (71.09% from 255) = 30.99%

 GREEN value IS 217 (85.16% from 255) = 37.16%

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 30.99%
G = 37.16%
B = 31.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B5D9BA (or 0xB5D9BA) is known color: Surf. HEX triplet: B5, D9 and BA. RGB value is (181,217,186). Sum of RGB (Red+Green+Blue) = 181+217+186=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9BA is #4A2645. Grayscale: #CACACA. Windows color (decimal): -4859462 or 12245429. OLE color: 12245429.

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

Color convert

RGB 181 217 186 -
CMYK 0.17 0 0.14 0.15
HSL 128.33º 0.32% 0.78% -
HSV(B) 128.33º 0.17% 0.85% -
XYZ 52.73 62.99 55.83 -
YUV 202.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 181 217 186 0.17 0 0.14 0.15 128.33 0.32 0.78
Hex B5 D9 BA 11 0 E F 80 20 4E
Octal 265 331 272 21 0 16 17 200 40 116
Binary 10110101 11011001 10111010 10001 0 1110 1111 10000000 100000 1001110

Color Harmonies of #B5D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D9BA

Black with #B5D9BA

Text Example


Text Example

White with #B5D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D9BA; }

 p { color: rgb(181,217,186); }

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

background-color css

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

 a { background-color: rgb(181,217,186); }

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

border-color css

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

 span { border-color: rgb(181,217,186); }

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