Html Css Color HEX #B5D2BA Surf

📋 copy color: '#B5D2BA'

red 181 ◦ green 210 ◦ blue 186

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

Shades of Surf #B5D2BA

Tints of Surf #B5D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.4%

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

R = 31.37%
G = 36.4%
B = 32.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B5D2BA (or 0xB5D2BA) is known color: Surf. HEX triplet: B5, D2 and BA. RGB value is (181,210,186). Sum of RGB (Red+Green+Blue) = 181+210+186=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2BA is #4A2D45. Grayscale: #C6C6C6. Windows color (decimal): -4861254 or 12243637. OLE color: 12243637.

HSL color Cylindrical-coordinate representation of color #B5D2BA: hue angle of 130.34º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5D2BA is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 210 186 -
CMYK 0.14 0 0.11 0.18
HSL 130.34º 0.24% 0.77% -
HSV(B) 130.34º 0.14% 0.82% -
XYZ 50.97 59.46 55.25 -
YUV 198.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 181 210 186 0.14 0 0.11 0.18 130.34 0.24 0.77
Hex B5 D2 BA E 0 B 12 82 18 4D
Octal 265 322 272 16 0 13 22 202 30 115
Binary 10110101 11010010 10111010 1110 0 1011 10010 10000010 11000 1001101

Color Harmonies of #B5D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D2BA

Black with #B5D2BA

Text Example


Text Example

White with #B5D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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