Html Css Color HEX #B3D5B7 Surf

📋 copy color: '#B3D5B7'

red 179 ◦ green 213 ◦ blue 183

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

Shades of Surf #B3D5B7

Tints of Surf #B3D5B7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.04%

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

R = 31.13%
G = 37.04%
B = 31.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#B3D5B7 (or 0xB3D5B7) is known color: Surf. HEX triplet: B3, D5 and B7. RGB value is (179,213,183). Sum of RGB (Red+Green+Blue) = 179+213+183=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5B7 is #4C2A48. Grayscale: #C7C7C7. Windows color (decimal): -4991561 or 12047795. OLE color: 12047795.

HSL color Cylindrical-coordinate representation of color #B3D5B7: hue angle of 127.06º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D5B7 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 213 183 -
CMYK 0.16 0 0.14 0.16
HSL 127.06º 0.29% 0.77% -
HSV(B) 127.06º 0.16% 0.84% -
XYZ 50.93 60.59 53.81 -
YUV 199.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 179 213 183 0.16 0 0.14 0.16 127.06 0.29 0.77
Hex B3 D5 B7 10 0 E 10 7F 1D 4D
Octal 263 325 267 20 0 16 20 177 35 115
Binary 10110011 11010101 10110111 10000 0 1110 10000 1111111 11101 1001101

Color Harmonies of #B3D5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D5B7

Black with #B3D5B7

Text Example


Text Example

White with #B3D5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D5B7; }

 p { color: rgb(179,213,183); }

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

background-color css

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

 a { background-color: rgb(179,213,183); }

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

border-color css

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

 span { border-color: rgb(179,213,183); }

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