Html Css Color HEX #B3D7BA Surf

📋 copy color: '#B3D7BA'

red 179 ◦ green 215 ◦ blue 186

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

Shades of Surf #B3D7BA

Tints of Surf #B3D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.07%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 30.86%
G = 37.07%
B = 32.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B3D7BA (or 0xB3D7BA) is known color: Surf. HEX triplet: B3, D7 and BA. RGB value is (179,215,186). Sum of RGB (Red+Green+Blue) = 179+215+186=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7BA is #4C2845. Grayscale: #C9C9C9. Windows color (decimal): -4991046 or 12244915. OLE color: 12244915.

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

Color convert

RGB 179 215 186 -
CMYK 0.17 0 0.13 0.16
HSL 131.67º 0.31% 0.77% -
HSV(B) 131.67º 0.17% 0.84% -
XYZ 51.75 61.73 55.64 -
YUV 200.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 179 215 186 0.17 0 0.13 0.16 131.67 0.31 0.77
Hex B3 D7 BA 11 0 D 10 84 1F 4D
Octal 263 327 272 21 0 15 20 204 37 115
Binary 10110011 11010111 10111010 10001 0 1101 10000 10000100 11111 1001101

Color Harmonies of #B3D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D7BA

Black with #B3D7BA

Text Example


Text Example

White with #B3D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D7BA; }

 p { color: rgb(179,215,186); }

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

background-color css

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

 a { background-color: rgb(179,215,186); }

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

border-color css

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

 span { border-color: rgb(179,215,186); }

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