Html Css Color HEX #B3D6BB Surf

📋 copy color: '#B3D6BB'

red 179 ◦ green 214 ◦ blue 187

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

Shades of Surf #B3D6BB

Tints of Surf #B3D6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.24%

R = 30.86%
G = 36.9%
B = 32.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B3D6BB (or 0xB3D6BB) is known color: Surf. HEX triplet: B3, D6 and BB. RGB value is (179,214,187). Sum of RGB (Red+Green+Blue) = 179+214+187=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6BB is #4C2944. Grayscale: #C8C8C8. Windows color (decimal): -4991301 or 12310195. OLE color: 12310195.

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

Color convert

RGB 179 214 187 -
CMYK 0.16 0 0.13 0.16
HSL 133.71º 0.3% 0.77% -
HSV(B) 133.71º 0.16% 0.84% -
XYZ 51.61 61.26 56.12 -
YUV 200.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 179 214 187 0.16 0 0.13 0.16 133.71 0.3 0.77
Hex B3 D6 BB 10 0 D 10 86 1E 4D
Octal 263 326 273 20 0 15 20 206 36 115
Binary 10110011 11010110 10111011 10000 0 1101 10000 10000110 11110 1001101

Color Harmonies of #B3D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D6BB

Black with #B3D6BB

Text Example


Text Example

White with #B3D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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