Html Css Color HEX #B5D1BB Surf

📋 copy color: '#B5D1BB'

red 181 ◦ green 209 ◦ blue 187

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

Shades of Surf #B5D1BB

Tints of Surf #B5D1BB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.22%

 BLUE value IS 187 (73.44% from 255) = 32.41%

R = 31.37%
G = 36.22%
B = 32.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B5D1BB (or 0xB5D1BB) is known color: Surf. HEX triplet: B5, D1 and BB. RGB value is (181,209,187). Sum of RGB (Red+Green+Blue) = 181+209+187=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1BB is #4A2E44. Grayscale: #C6C6C6. Windows color (decimal): -4861509 or 12308917. OLE color: 12308917.

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

Color convert

RGB 181 209 187 -
CMYK 0.13 0 0.11 0.18
HSL 132.86º 0.23% 0.76% -
HSV(B) 132.86º 0.13% 0.82% -
XYZ 50.83 59.01 55.73 -
YUV 198.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 181 209 187 0.13 0 0.11 0.18 132.86 0.23 0.76
Hex B5 D1 BB D 0 B 12 85 17 4C
Octal 265 321 273 15 0 13 22 205 27 114
Binary 10110101 11010001 10111011 1101 0 1011 10010 10000101 10111 1001100

Color Harmonies of #B5D1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D1BB

Black with #B5D1BB

Text Example


Text Example

White with #B5D1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D1BB; }

 p { color: rgb(181,209,187); }

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

background-color css

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

 a { background-color: rgb(181,209,187); }

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

border-color css

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

 span { border-color: rgb(181,209,187); }

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