Html Css Color HEX #B7D7BD Surf

📋 copy color: '#B7D7BD'

red 183 ◦ green 215 ◦ blue 189

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

Shades of Surf #B7D7BD

Tints of Surf #B7D7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 31.18%
G = 36.63%
B = 32.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#B7D7BD (or 0xB7D7BD) is known color: Surf. HEX triplet: B7, D7 and BD. RGB value is (183,215,189). Sum of RGB (Red+Green+Blue) = 183+215+189=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7BD is #482842. Grayscale: #CACACA. Windows color (decimal): -4728899 or 12441527. OLE color: 12441527.

HSL color Cylindrical-coordinate representation of color #B7D7BD: hue angle of 131.25º 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 #B7D7BD is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 215 189 -
CMYK 0.15 0 0.12 0.16
HSL 131.25º 0.29% 0.78% -
HSV(B) 131.25º 0.15% 0.84% -
XYZ 53.01 62.34 57.38 -
YUV 202.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 183 215 189 0.15 0 0.12 0.16 131.25 0.29 0.78
Hex B7 D7 BD F 0 C 10 83 1D 4E
Octal 267 327 275 17 0 14 20 203 35 116
Binary 10110111 11010111 10111101 1111 0 1100 10000 10000011 11101 1001110

Color Harmonies of #B7D7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D7BD

Black with #B7D7BD

Text Example


Text Example

White with #B7D7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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