Html Css Color HEX #BED7B7 Surf Crest

📋 copy color: '#BED7B7'

red 190 ◦ green 215 ◦ blue 183

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

Shades of Surf Crest #BED7B7

Tints of Surf Crest #BED7B7

RGB

 RED value IS 190 (74.61% from 255) = 32.31%

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

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

R = 32.31%
G = 36.56%
B = 31.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#BED7B7 (or 0xBED7B7) is known color: Surf Crest. HEX triplet: BE, D7 and B7. RGB value is (190,215,183). Sum of RGB (Red+Green+Blue) = 190+215+183=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7B7 is #412848. Grayscale: #CBCBCB. Windows color (decimal): -4270153 or 12048318. OLE color: 12048318.

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

Color convert

RGB 190 215 183 -
CMYK 0.12 0 0.15 0.16
HSL 106.88º 0.29% 0.78% -
HSV(B) 106.88º 0.15% 0.84% -
XYZ 54.08 62.97 54.1 -
YUV 203.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 190 215 183 0.12 0 0.15 0.16 106.88 0.29 0.78
Hex BE D7 B7 C 0 F 10 6B 1D 4E
Octal 276 327 267 14 0 17 20 153 35 116
Binary 10111110 11010111 10110111 1100 0 1111 10000 1101011 11101 1001110

Color Harmonies of #BED7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7B7

Black with #BED7B7

Text Example


Text Example

White with #BED7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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