Html Css Color HEX #B5D2BB Surf

📋 copy color: '#B5D2BB'

red 181 ◦ green 210 ◦ blue 187

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

Shades of Surf #B5D2BB

Tints of Surf #B5D2BB

RGB

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

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

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

R = 31.31%
G = 36.33%
B = 32.35%

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

#B5D2BB (or 0xB5D2BB) is known color: Surf. HEX triplet: B5, D2 and BB. RGB value is (181,210,187). Sum of RGB (Red+Green+Blue) = 181+210+187=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2BB is #4A2D44. Grayscale: #C6C6C6. Windows color (decimal): -4861253 or 12309173. OLE color: 12309173.

HSL color Cylindrical-coordinate representation of color #B5D2BB: hue angle of 132.41º 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 #B5D2BB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 210 187 -
CMYK 0.14 0 0.11 0.18
HSL 132.41º 0.24% 0.77% -
HSV(B) 132.41º 0.14% 0.82% -
XYZ 51.07 59.5 55.81 -
YUV 198.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 181 210 187 0.14 0 0.11 0.18 132.41 0.24 0.77
Hex B5 D2 BB E 0 B 12 84 18 4D
Octal 265 322 273 16 0 13 22 204 30 115
Binary 10110101 11010010 10111011 1110 0 1011 10010 10000100 11000 1001101

Color Harmonies of #B5D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D2BB

Black with #B5D2BB

Text Example


Text Example

White with #B5D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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