Html Css Color HEX #B3D1B6 Surf

📋 copy color: '#B3D1B6'

red 179 ◦ green 209 ◦ blue 182

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

Shades of Surf #B3D1B6

Tints of Surf #B3D1B6

RGB

 RED value IS 179 (70.31% from 255) = 31.4%

 GREEN value IS 209 (82.03% from 255) = 36.67%

 BLUE value IS 182 (71.48% from 255) = 31.93%

R = 31.4%
G = 36.67%
B = 31.93%

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

#B3D1B6 (or 0xB3D1B6) is known color: Surf. HEX triplet: B3, D1 and B6. RGB value is (179,209,182). Sum of RGB (Red+Green+Blue) = 179+209+182=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D1B6 is #4C2E49. Grayscale: #C5C5C5. Windows color (decimal): -4992586 or 11981235. OLE color: 11981235.

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

Color convert

RGB 179 209 182 -
CMYK 0.14 0 0.13 0.18
HSL 126º 0.25% 0.76% -
HSV(B) 126º 0.14% 0.82% -
XYZ 49.83 58.56 52.93 -
YUV 196.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 179 209 182 0.14 0 0.13 0.18 126 0.25 0.76
Hex B3 D1 B6 E 0 D 12 7E 19 4C
Octal 263 321 266 16 0 15 22 176 31 114
Binary 10110011 11010001 10110110 1110 0 1101 10010 1111110 11001 1001100

Color Harmonies of #B3D1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D1B6

Black with #B3D1B6

Text Example


Text Example

White with #B3D1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D1B6; }

 p { color: rgb(179,209,182); }

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

background-color css

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

 a { background-color: rgb(179,209,182); }

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

border-color css

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

 span { border-color: rgb(179,209,182); }

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