Html Css Color HEX #B7D5BF Surf

📋 copy color: '#B7D5BF'

red 183 ◦ green 213 ◦ blue 191

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

Shades of Surf #B7D5BF

Tints of Surf #B7D5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.29%

 BLUE value IS 191 (75% from 255) = 32.54%

R = 31.18%
G = 36.29%
B = 32.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#B7D5BF (or 0xB7D5BF) is known color: Surf. HEX triplet: B7, D5 and BF. RGB value is (183,213,191). Sum of RGB (Red+Green+Blue) = 183+213+191=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5BF is #482A40. Grayscale: #C9C9C9. Windows color (decimal): -4729409 or 12572087. OLE color: 12572087.

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

Color convert

RGB 183 213 191 -
CMYK 0.14 0 0.10 0.16
HSL 136º 0.26% 0.78% -
HSV(B) 136º 0.14% 0.84% -
XYZ 52.73 61.42 58.37 -
YUV 201.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 183 213 191 0.14 0 0.10 0.16 136 0.26 0.78
Hex B7 D5 BF E 0 A 10 88 1A 4E
Octal 267 325 277 16 0 12 20 210 32 116
Binary 10110111 11010101 10111111 1110 0 1010 10000 10001000 11010 1001110

Color Harmonies of #B7D5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D5BF

Black with #B7D5BF

Text Example


Text Example

White with #B7D5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D5BF; }

 p { color: rgb(183,213,191); }

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

background-color css

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

 a { background-color: rgb(183,213,191); }

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

border-color css

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

 span { border-color: rgb(183,213,191); }

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