Html Css Color HEX #B5D6BE Surf

📋 copy color: '#B5D6BE'

red 181 ◦ green 214 ◦ blue 190

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

Shades of Surf #B5D6BE

Tints of Surf #B5D6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 30.94%
G = 36.58%
B = 32.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B5D6BE (or 0xB5D6BE) is known color: Surf. HEX triplet: B5, D6 and BE. RGB value is (181,214,190). Sum of RGB (Red+Green+Blue) = 181+214+190=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6BE is #4A2941. Grayscale: #C9C9C9. Windows color (decimal): -4860226 or 12506805. OLE color: 12506805.

HSL color Cylindrical-coordinate representation of color #B5D6BE: hue angle of 136.36º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D6BE is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 214 190 -
CMYK 0.15 0 0.11 0.16
HSL 136.36º 0.29% 0.77% -
HSV(B) 136.36º 0.15% 0.84% -
XYZ 52.4 61.63 57.85 -
YUV 201.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 181 214 190 0.15 0 0.11 0.16 136.36 0.29 0.77
Hex B5 D6 BE F 0 B 10 88 1D 4D
Octal 265 326 276 17 0 13 20 210 35 115
Binary 10110101 11010110 10111110 1111 0 1011 10000 10001000 11101 1001101

Color Harmonies of #B5D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D6BE

Black with #B5D6BE

Text Example


Text Example

White with #B5D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D6BE; }

 p { color: rgb(181,214,190); }

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

background-color css

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

 a { background-color: rgb(181,214,190); }

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

border-color css

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

 span { border-color: rgb(181,214,190); }

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