Html Css Color HEX #B2D0B5 Surf

📋 copy color: '#B2D0B5'

red 178 ◦ green 208 ◦ blue 181

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

Shades of Surf #B2D0B5

Tints of Surf #B2D0B5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.68%

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

R = 31.39%
G = 36.68%
B = 31.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#B2D0B5 (or 0xB2D0B5) is known color: Surf. HEX triplet: B2, D0 and B5. RGB value is (178,208,181). Sum of RGB (Red+Green+Blue) = 178+208+181=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0B5 is #4D2F4A. Grayscale: #C4C4C4. Windows color (decimal): -5058379 or 11915442. OLE color: 11915442.

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

Color convert

RGB 178 208 181 -
CMYK 0.14 0 0.13 0.18
HSL 126º 0.24% 0.76% -
HSV(B) 126º 0.14% 0.82% -
XYZ 49.26 57.91 52.3 -
YUV 195.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 178 208 181 0.14 0 0.13 0.18 126 0.24 0.76
Hex B2 D0 B5 E 0 D 12 7E 18 4C
Octal 262 320 265 16 0 15 22 176 30 114
Binary 10110010 11010000 10110101 1110 0 1101 10010 1111110 11000 1001100

Color Harmonies of #B2D0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0B5

Black with #B2D0B5

Text Example


Text Example

White with #B2D0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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