Html Css Color HEX #B6D0BB Surf

📋 copy color: '#B6D0BB'

red 182 ◦ green 208 ◦ blue 187

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

Shades of Surf #B6D0BB

Tints of Surf #B6D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.05%

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

R = 31.54%
G = 36.05%
B = 32.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#B6D0BB (or 0xB6D0BB) is known color: Surf. HEX triplet: B6, D0 and BB. RGB value is (182,208,187). Sum of RGB (Red+Green+Blue) = 182+208+187=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D0BB is #492F44. Grayscale: #C5C5C5. Windows color (decimal): -4796229 or 12308662. OLE color: 12308662.

HSL color Cylindrical-coordinate representation of color #B6D0BB: hue angle of 131.54º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6D0BB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 208 187 -
CMYK 0.12 0 0.10 0.18
HSL 131.54º 0.22% 0.76% -
HSV(B) 131.54º 0.13% 0.82% -
XYZ 50.82 58.64 55.65 -
YUV 197.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 182 208 187 0.12 0 0.10 0.18 131.54 0.22 0.76
Hex B6 D0 BB C 0 A 12 84 16 4C
Octal 266 320 273 14 0 12 22 204 26 114
Binary 10110110 11010000 10111011 1100 0 1010 10010 10000100 10110 1001100

Color Harmonies of #B6D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D0BB

Black with #B6D0BB

Text Example


Text Example

White with #B6D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D0BB; }

 p { color: rgb(182,208,187); }

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

background-color css

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

 a { background-color: rgb(182,208,187); }

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

border-color css

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

 span { border-color: rgb(182,208,187); }

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