Html Css Color HEX #B7D8BD Surf

📋 copy color: '#B7D8BD'

red 183 ◦ green 216 ◦ blue 189

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

Shades of Surf #B7D8BD

Tints of Surf #B7D8BD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.73%

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

R = 31.12%
G = 36.73%
B = 32.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#B7D8BD (or 0xB7D8BD) is known color: Surf. HEX triplet: B7, D8 and BD. RGB value is (183,216,189). Sum of RGB (Red+Green+Blue) = 183+216+189=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8BD is #482742. Grayscale: #CBCBCB. Windows color (decimal): -4728643 or 12441783. OLE color: 12441783.

HSL color Cylindrical-coordinate representation of color #B7D8BD: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D8BD is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 216 189 -
CMYK 0.15 0 0.12 0.15
HSL 130.91º 0.3% 0.78% -
HSV(B) 130.91º 0.15% 0.85% -
XYZ 53.27 62.85 57.47 -
YUV 203.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 183 216 189 0.15 0 0.12 0.15 130.91 0.3 0.78
Hex B7 D8 BD F 0 C F 83 1E 4E
Octal 267 330 275 17 0 14 17 203 36 116
Binary 10110111 11011000 10111101 1111 0 1100 1111 10000011 11110 1001110

Color Harmonies of #B7D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8BD

Black with #B7D8BD

Text Example


Text Example

White with #B7D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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