Html Css Color HEX #BED5B7 Surf Crest

📋 copy color: '#BED5B7'

red 190 ◦ green 213 ◦ blue 183

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

Shades of Surf Crest #BED5B7

Tints of Surf Crest #BED5B7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

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

R = 32.42%
G = 36.35%
B = 31.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#BED5B7 (or 0xBED5B7) is known color: Surf Crest. HEX triplet: BE, D5 and B7. RGB value is (190,213,183). Sum of RGB (Red+Green+Blue) = 190+213+183=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5B7 is #412A48. Grayscale: #CACACA. Windows color (decimal): -4270665 or 12047806. OLE color: 12047806.

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

Color convert

RGB 190 213 183 -
CMYK 0.11 0 0.14 0.16
HSL 106º 0.26% 0.78% -
HSV(B) 106º 0.14% 0.84% -
XYZ 53.58 61.95 53.93 -
YUV 202.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 190 213 183 0.11 0 0.14 0.16 106 0.26 0.78
Hex BE D5 B7 B 0 E 10 6A 1A 4E
Octal 276 325 267 13 0 16 20 152 32 116
Binary 10111110 11010101 10110111 1011 0 1110 10000 1101010 11010 1001110

Color Harmonies of #BED5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5B7

Black with #BED5B7

Text Example


Text Example

White with #BED5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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