Html Css Color HEX #B5D8BA Surf

📋 copy color: '#B5D8BA'

red 181 ◦ green 216 ◦ blue 186

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

Shades of Surf #B5D8BA

Tints of Surf #B5D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

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

R = 31.05%
G = 37.05%
B = 31.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B5D8BA (or 0xB5D8BA) is known color: Surf. HEX triplet: B5, D8 and BA. RGB value is (181,216,186). Sum of RGB (Red+Green+Blue) = 181+216+186=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8BA is #4A2745. Grayscale: #CACACA. Windows color (decimal): -4859718 or 12245173. OLE color: 12245173.

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

Color convert

RGB 181 216 186 -
CMYK 0.16 0 0.14 0.15
HSL 128.57º 0.31% 0.78% -
HSV(B) 128.57º 0.16% 0.85% -
XYZ 52.47 62.48 55.75 -
YUV 202.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 181 216 186 0.16 0 0.14 0.15 128.57 0.31 0.78
Hex B5 D8 BA 10 0 E F 81 1F 4E
Octal 265 330 272 20 0 16 17 201 37 116
Binary 10110101 11011000 10111010 10000 0 1110 1111 10000001 11111 1001110

Color Harmonies of #B5D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D8BA

Black with #B5D8BA

Text Example


Text Example

White with #B5D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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