Html Css Color HEX #B0D2B2 Surf

📋 copy color: '#B0D2B2'

red 176 ◦ green 210 ◦ blue 178

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

Shades of Surf #B0D2B2

Tints of Surf #B0D2B2

RGB

 RED value IS 176 (69.14% from 255) = 31.21%

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

 BLUE value IS 178 (69.92% from 255) = 31.56%

R = 31.21%
G = 37.23%
B = 31.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#B0D2B2 (or 0xB0D2B2) is known color: Surf. HEX triplet: B0, D2 and B2. RGB value is (176,210,178). Sum of RGB (Red+Green+Blue) = 176+210+178=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D2B2 is #4F2D4D. Grayscale: #C4C4C4. Windows color (decimal): -5188942 or 11719344. OLE color: 11719344.

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

Color convert

RGB 176 210 178 -
CMYK 0.16 0 0.15 0.18
HSL 123.53º 0.27% 0.76% -
HSV(B) 123.53º 0.16% 0.82% -
XYZ 48.99 58.54 50.84 -
YUV 196.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 176 210 178 0.16 0 0.15 0.18 123.53 0.27 0.76
Hex B0 D2 B2 10 0 F 12 7C 1B 4C
Octal 260 322 262 20 0 17 22 174 33 114
Binary 10110000 11010010 10110010 10000 0 1111 10010 1111100 11011 1001100

Color Harmonies of #B0D2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D2B2

Black with #B0D2B2

Text Example


Text Example

White with #B0D2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D2B2; }

 p { color: rgb(176,210,178); }

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

background-color css

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

 a { background-color: rgb(176,210,178); }

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

border-color css

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

 span { border-color: rgb(176,210,178); }

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