Html Css Color HEX #B7C9B9 Surf

📋 copy color: '#B7C9B9'

red 183 ◦ green 201 ◦ blue 185

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

Shades of Surf #B7C9B9

Tints of Surf #B7C9B9

RGB

 RED value IS 183 (71.88% from 255) = 32.16%

 GREEN value IS 201 (78.91% from 255) = 35.33%

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

R = 32.16%
G = 35.33%
B = 32.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#B7C9B9 (or 0xB7C9B9) is known color: Surf. HEX triplet: B7, C9 and B9. RGB value is (183,201,185). Sum of RGB (Red+Green+Blue) = 183+201+185=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9B9 is #483646. Grayscale: #C1C1C1. Windows color (decimal): -4732487 or 12175799. OLE color: 12175799.

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

Color convert

RGB 183 201 185 -
CMYK 0.09 0 0.08 0.21
HSL 126.67º 0.14% 0.75% -
HSV(B) 126.67º 0.09% 0.79% -
XYZ 49.17 55.34 53.99 -
YUV 193.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 183 201 185 0.09 0 0.08 0.21 126.67 0.14 0.75
Hex B7 C9 B9 9 0 8 15 7F E 4B
Octal 267 311 271 11 0 10 25 177 16 113
Binary 10110111 11001001 10111001 1001 0 1000 10101 1111111 1110 1001011

Color Harmonies of #B7C9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C9B9

Black with #B7C9B9

Text Example


Text Example

White with #B7C9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C9B9; }

 p { color: rgb(183,201,185); }

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

background-color css

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

 a { background-color: rgb(183,201,185); }

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

border-color css

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

 span { border-color: rgb(183,201,185); }

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