Html Css Color HEX #B6D1BD Surf

📋 copy color: '#B6D1BD'

red 182 ◦ green 209 ◦ blue 189

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

Shades of Surf #B6D1BD

Tints of Surf #B6D1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.03%

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 31.38%
G = 36.03%
B = 32.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#B6D1BD (or 0xB6D1BD) is known color: Surf. HEX triplet: B6, D1 and BD. RGB value is (182,209,189). Sum of RGB (Red+Green+Blue) = 182+209+189=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1BD is #492E42. Grayscale: #C6C6C6. Windows color (decimal): -4795971 or 12439990. OLE color: 12439990.

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

Color convert

RGB 182 209 189 -
CMYK 0.13 0 0.10 0.18
HSL 135.56º 0.23% 0.77% -
HSV(B) 135.56º 0.13% 0.82% -
XYZ 51.28 59.22 56.87 -
YUV 198.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 182 209 189 0.13 0 0.10 0.18 135.56 0.23 0.77
Hex B6 D1 BD D 0 A 12 88 17 4D
Octal 266 321 275 15 0 12 22 210 27 115
Binary 10110110 11010001 10111101 1101 0 1010 10010 10001000 10111 1001101

Color Harmonies of #B6D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D1BD

Black with #B6D1BD

Text Example


Text Example

White with #B6D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D1BD; }

 p { color: rgb(182,209,189); }

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

background-color css

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

 a { background-color: rgb(182,209,189); }

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

border-color css

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

 span { border-color: rgb(182,209,189); }

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