Html Css Color HEX #B2D8B5 Surf

📋 copy color: '#B2D8B5'

red 178 ◦ green 216 ◦ blue 181

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

Shades of Surf #B2D8B5

Tints of Surf #B2D8B5

RGB

 RED value IS 178 (69.92% from 255) = 30.96%

 GREEN value IS 216 (84.77% from 255) = 37.57%

 BLUE value IS 181 (71.09% from 255) = 31.48%

R = 30.96%
G = 37.57%
B = 31.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#B2D8B5 (or 0xB2D8B5) is known color: Surf. HEX triplet: B2, D8 and B5. RGB value is (178,216,181). Sum of RGB (Red+Green+Blue) = 178+216+181=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D8B5 is #4D274A. Grayscale: #C8C8C8. Windows color (decimal): -5056331 or 11917490. OLE color: 11917490.

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

Color convert

RGB 178 216 181 -
CMYK 0.18 0 0.16 0.15
HSL 124.74º 0.33% 0.77% -
HSV(B) 124.74º 0.18% 0.85% -
XYZ 51.26 61.91 52.96 -
YUV 200.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 178 216 181 0.18 0 0.16 0.15 124.74 0.33 0.77
Hex B2 D8 B5 12 0 10 F 7D 21 4D
Octal 262 330 265 22 0 20 17 175 41 115
Binary 10110010 11011000 10110101 10010 0 10000 1111 1111101 100001 1001101

Color Harmonies of #B2D8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D8B5

Black with #B2D8B5

Text Example


Text Example

White with #B2D8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D8B5; }

 p { color: rgb(178,216,181); }

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

background-color css

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

 a { background-color: rgb(178,216,181); }

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

border-color css

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

 span { border-color: rgb(178,216,181); }

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