Html Css Color HEX #B2D0B7 Surf

📋 copy color: '#B2D0B7'

red 178 ◦ green 208 ◦ blue 183

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

Shades of Surf #B2D0B7

Tints of Surf #B2D0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.16%

R = 31.28%
G = 36.56%
B = 32.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#B2D0B7 (or 0xB2D0B7) is known color: Surf. HEX triplet: B2, D0 and B7. RGB value is (178,208,183). Sum of RGB (Red+Green+Blue) = 178+208+183=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0B7 is #4D2F48. Grayscale: #C4C4C4. Windows color (decimal): -5058377 or 12046514. OLE color: 12046514.

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

Color convert

RGB 178 208 183 -
CMYK 0.14 0 0.12 0.18
HSL 130º 0.24% 0.76% -
HSV(B) 130º 0.14% 0.82% -
XYZ 49.46 58 53.39 -
YUV 196.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 178 208 183 0.14 0 0.12 0.18 130 0.24 0.76
Hex B2 D0 B7 E 0 C 12 82 18 4C
Octal 262 320 267 16 0 14 22 202 30 114
Binary 10110010 11010000 10110111 1110 0 1100 10010 10000010 11000 1001100

Color Harmonies of #B2D0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0B7

Black with #B2D0B7

Text Example


Text Example

White with #B2D0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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