Html Css Color HEX #B3D4B9 Surf

📋 copy color: '#B3D4B9'

red 179 ◦ green 212 ◦ blue 185

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

Shades of Surf #B3D4B9

Tints of Surf #B3D4B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 31.08%
G = 36.81%
B = 32.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#B3D4B9 (or 0xB3D4B9) is known color: Surf. HEX triplet: B3, D4 and B9. RGB value is (179,212,185). Sum of RGB (Red+Green+Blue) = 179+212+185=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D4B9 is #4C2B46. Grayscale: #C7C7C7. Windows color (decimal): -4991815 or 12178611. OLE color: 12178611.

HSL color Cylindrical-coordinate representation of color #B3D4B9: hue angle of 130.91º 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 #B3D4B9 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 212 185 -
CMYK 0.16 0 0.13 0.17
HSL 130.91º 0.28% 0.77% -
HSV(B) 130.91º 0.16% 0.83% -
XYZ 50.89 60.17 54.83 -
YUV 199.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 179 212 185 0.16 0 0.13 0.17 130.91 0.28 0.77
Hex B3 D4 B9 10 0 D 11 83 1C 4D
Octal 263 324 271 20 0 15 21 203 34 115
Binary 10110011 11010100 10111001 10000 0 1101 10001 10000011 11100 1001101

Color Harmonies of #B3D4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D4B9

Black with #B3D4B9

Text Example


Text Example

White with #B3D4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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