Html Css Color HEX #B6C7B8 Surf

📋 copy color: '#B6C7B8'

red 182 ◦ green 199 ◦ blue 184

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

Shades of Surf #B6C7B8

Tints of Surf #B6C7B8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.22%

 BLUE value IS 184 (72.27% from 255) = 32.57%

R = 32.21%
G = 35.22%
B = 32.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#B6C7B8 (or 0xB6C7B8) is known color: Surf. HEX triplet: B6, C7 and B8. RGB value is (182,199,184). Sum of RGB (Red+Green+Blue) = 182+199+184=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7B8 is #493847. Grayscale: #C0C0C0. Windows color (decimal): -4798536 or 12109750. OLE color: 12109750.

HSL color Cylindrical-coordinate representation of color #B6C7B8: hue angle of 127.06º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C7B8 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 199 184 -
CMYK 0.09 0 0.08 0.22
HSL 127.06º 0.13% 0.75% -
HSV(B) 127.06º 0.09% 0.78% -
XYZ 48.37 54.25 53.27 -
YUV 192.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 182 199 184 0.09 0 0.08 0.22 127.06 0.13 0.75
Hex B6 C7 B8 9 0 8 16 7F D 4B
Octal 266 307 270 11 0 10 26 177 15 113
Binary 10110110 11000111 10111000 1001 0 1000 10110 1111111 1101 1001011

Color Harmonies of #B6C7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C7B8

Black with #B6C7B8

Text Example


Text Example

White with #B6C7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C7B8; }

 p { color: rgb(182,199,184); }

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

background-color css

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

 a { background-color: rgb(182,199,184); }

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

border-color css

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

 span { border-color: rgb(182,199,184); }

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