Html Css Color HEX #B3D3BA Surf

📋 copy color: '#B3D3BA'

red 179 ◦ green 211 ◦ blue 186

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

Shades of Surf #B3D3BA

Tints of Surf #B3D3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.63%

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

R = 31.08%
G = 36.63%
B = 32.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#B3D3BA (or 0xB3D3BA) is known color: Surf. HEX triplet: B3, D3 and BA. RGB value is (179,211,186). Sum of RGB (Red+Green+Blue) = 179+211+186=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3BA is #4C2C45. Grayscale: #C6C6C6. Windows color (decimal): -4992070 or 12243891. OLE color: 12243891.

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

Color convert

RGB 179 211 186 -
CMYK 0.15 0 0.12 0.17
HSL 133.13º 0.27% 0.76% -
HSV(B) 133.13º 0.15% 0.83% -
XYZ 50.75 59.72 55.31 -
YUV 198.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 179 211 186 0.15 0 0.12 0.17 133.13 0.27 0.76
Hex B3 D3 BA F 0 C 11 85 1B 4C
Octal 263 323 272 17 0 14 21 205 33 114
Binary 10110011 11010011 10111010 1111 0 1100 10001 10000101 11011 1001100

Color Harmonies of #B3D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D3BA

Black with #B3D3BA

Text Example


Text Example

White with #B3D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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