Html Css Color HEX #B6D8B9 Surf

📋 copy color: '#B6D8B9'

red 182 ◦ green 216 ◦ blue 185

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

Shades of Surf #B6D8B9

Tints of Surf #B6D8B9

RGB

 RED value IS 182 (71.48% from 255) = 31.22%

 GREEN value IS 216 (84.77% from 255) = 37.05%

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

R = 31.22%
G = 37.05%
B = 31.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B6D8B9 (or 0xB6D8B9) is known color: Surf. HEX triplet: B6, D8 and B9. RGB value is (182,216,185). Sum of RGB (Red+Green+Blue) = 182+216+185=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8B9 is #492746. Grayscale: #CACACA. Windows color (decimal): -4794183 or 12179638. OLE color: 12179638.

HSL color Cylindrical-coordinate representation of color #B6D8B9: hue angle of 125.29º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D8B9 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 216 185 -
CMYK 0.16 0 0.14 0.15
HSL 125.29º 0.3% 0.78% -
HSV(B) 125.29º 0.16% 0.85% -
XYZ 52.6 62.56 55.2 -
YUV 202.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 182 216 185 0.16 0 0.14 0.15 125.29 0.3 0.78
Hex B6 D8 B9 10 0 E F 7D 1E 4E
Octal 266 330 271 20 0 16 17 175 36 116
Binary 10110110 11011000 10111001 10000 0 1110 1111 1111101 11110 1001110

Color Harmonies of #B6D8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D8B9

Black with #B6D8B9

Text Example


Text Example

White with #B6D8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D8B9; }

 p { color: rgb(182,216,185); }

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

background-color css

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

 a { background-color: rgb(182,216,185); }

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

border-color css

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

 span { border-color: rgb(182,216,185); }

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