Html Css Color HEX #B7D7BA Surf

📋 copy color: '#B7D7BA'

red 183 ◦ green 215 ◦ blue 186

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

Shades of Surf #B7D7BA

Tints of Surf #B7D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.82%

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 31.34%
G = 36.82%
B = 31.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B7D7BA (or 0xB7D7BA) is known color: Surf. HEX triplet: B7, D7 and BA. RGB value is (183,215,186). Sum of RGB (Red+Green+Blue) = 183+215+186=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7BA is #482845. Grayscale: #CACACA. Windows color (decimal): -4728902 or 12244919. OLE color: 12244919.

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

Color convert

RGB 183 215 186 -
CMYK 0.15 0 0.13 0.16
HSL 125.63º 0.29% 0.78% -
HSV(B) 125.63º 0.15% 0.84% -
XYZ 52.69 62.21 55.69 -
YUV 202.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 183 215 186 0.15 0 0.13 0.16 125.63 0.29 0.78
Hex B7 D7 BA F 0 D 10 7E 1D 4E
Octal 267 327 272 17 0 15 20 176 35 116
Binary 10110111 11010111 10111010 1111 0 1101 10000 1111110 11101 1001110

Color Harmonies of #B7D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D7BA

Black with #B7D7BA

Text Example


Text Example

White with #B7D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D7BA; }

 p { color: rgb(183,215,186); }

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

background-color css

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

 a { background-color: rgb(183,215,186); }

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

border-color css

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

 span { border-color: rgb(183,215,186); }

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