Html Css Color HEX #B3D4BA Surf

📋 copy color: '#B3D4BA'

red 179 ◦ green 212 ◦ blue 186

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

Shades of Surf #B3D4BA

Tints of Surf #B3D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

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

R = 31.02%
G = 36.74%
B = 32.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#B3D4BA (or 0xB3D4BA) is known color: Surf. HEX triplet: B3, D4 and BA. RGB value is (179,212,186). Sum of RGB (Red+Green+Blue) = 179+212+186=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D4BA is #4C2B45. Grayscale: #C7C7C7. Windows color (decimal): -4991814 or 12244147. OLE color: 12244147.

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

Color convert

RGB 179 212 186 -
CMYK 0.16 0 0.12 0.17
HSL 132.73º 0.28% 0.77% -
HSV(B) 132.73º 0.16% 0.83% -
XYZ 51 60.22 55.39 -
YUV 199.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 179 212 186 0.16 0 0.12 0.17 132.73 0.28 0.77
Hex B3 D4 BA 10 0 C 11 85 1C 4D
Octal 263 324 272 20 0 14 21 205 34 115
Binary 10110011 11010100 10111010 10000 0 1100 10001 10000101 11100 1001101

Color Harmonies of #B3D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D4BA

Black with #B3D4BA

Text Example


Text Example

White with #B3D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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