Html Css Color HEX #B3D6B7 Surf

📋 copy color: '#B3D6B7'

red 179 ◦ green 214 ◦ blue 183

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

Shades of Surf #B3D6B7

Tints of Surf #B3D6B7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.15%

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

R = 31.08%
G = 37.15%
B = 31.77%

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

#B3D6B7 (or 0xB3D6B7) is known color: Surf. HEX triplet: B3, D6 and B7. RGB value is (179,214,183). Sum of RGB (Red+Green+Blue) = 179+214+183=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6B7 is #4C2948. Grayscale: #C8C8C8. Windows color (decimal): -4991305 or 12048051. OLE color: 12048051.

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

Color convert

RGB 179 214 183 -
CMYK 0.16 0 0.14 0.16
HSL 126.86º 0.3% 0.77% -
HSV(B) 126.86º 0.16% 0.84% -
XYZ 51.18 61.1 53.89 -
YUV 200 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 179 214 183 0.16 0 0.14 0.16 126.86 0.3 0.77
Hex B3 D6 B7 10 0 E 10 7F 1E 4D
Octal 263 326 267 20 0 16 20 177 36 115
Binary 10110011 11010110 10110111 10000 0 1110 10000 1111111 11110 1001101

Color Harmonies of #B3D6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D6B7

Black with #B3D6B7

Text Example


Text Example

White with #B3D6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D6B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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