Html Css Color HEX #B5D7BA Surf

📋 copy color: '#B5D7BA'

red 181 ◦ green 215 ◦ blue 186

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

Shades of Surf #B5D7BA

Tints of Surf #B5D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

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

R = 31.1%
G = 36.94%
B = 31.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B5D7BA (or 0xB5D7BA) is known color: Surf. HEX triplet: B5, D7 and BA. RGB value is (181,215,186). Sum of RGB (Red+Green+Blue) = 181+215+186=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D7BA is #4A2845. Grayscale: #C9C9C9. Windows color (decimal): -4859974 or 12244917. OLE color: 12244917.

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

Color convert

RGB 181 215 186 -
CMYK 0.16 0 0.13 0.16
HSL 128.82º 0.3% 0.78% -
HSV(B) 128.82º 0.16% 0.84% -
XYZ 52.22 61.97 55.66 -
YUV 201.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 181 215 186 0.16 0 0.13 0.16 128.82 0.3 0.78
Hex B5 D7 BA 10 0 D 10 81 1E 4E
Octal 265 327 272 20 0 15 20 201 36 116
Binary 10110101 11010111 10111010 10000 0 1101 10000 10000001 11110 1001110

Color Harmonies of #B5D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D7BA

Black with #B5D7BA

Text Example


Text Example

White with #B5D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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