Html Css Color HEX #B7D4BE Surf

📋 copy color: '#B7D4BE'

red 183 ◦ green 212 ◦ blue 190

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

Shades of Surf #B7D4BE

Tints of Surf #B7D4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.24%

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 31.28%
G = 36.24%
B = 32.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#B7D4BE (or 0xB7D4BE) is known color: Surf. HEX triplet: B7, D4 and BE. RGB value is (183,212,190). Sum of RGB (Red+Green+Blue) = 183+212+190=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D4BE is #482B41. Grayscale: #C8C8C8. Windows color (decimal): -4729666 or 12506295. OLE color: 12506295.

HSL color Cylindrical-coordinate representation of color #B7D4BE: hue angle of 134.48º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D4BE is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 212 190 -
CMYK 0.14 0 0.10 0.17
HSL 134.48º 0.25% 0.77% -
HSV(B) 134.48º 0.14% 0.83% -
XYZ 52.37 60.87 57.7 -
YUV 200.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 183 212 190 0.14 0 0.10 0.17 134.48 0.25 0.77
Hex B7 D4 BE E 0 A 11 86 19 4D
Octal 267 324 276 16 0 12 21 206 31 115
Binary 10110111 11010100 10111110 1110 0 1010 10001 10000110 11001 1001101

Color Harmonies of #B7D4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D4BE

Black with #B7D4BE

Text Example


Text Example

White with #B7D4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D4BE; }

 p { color: rgb(183,212,190); }

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

background-color css

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

 a { background-color: rgb(183,212,190); }

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

border-color css

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

 span { border-color: rgb(183,212,190); }

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