Html Css Color HEX #BED5BA Surf Crest

📋 copy color: '#BED5BA'

red 190 ◦ green 213 ◦ blue 186

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

Shades of Surf Crest #BED5BA

Tints of Surf Crest #BED5BA

RGB

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

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

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

R = 32.26%
G = 36.16%
B = 31.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BED5BA (or 0xBED5BA) is known color: Surf Crest. HEX triplet: BE, D5 and BA. RGB value is (190,213,186). Sum of RGB (Red+Green+Blue) = 190+213+186=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5BA is #412A45. Grayscale: #CBCBCB. Windows color (decimal): -4270662 or 12244414. OLE color: 12244414.

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

Color convert

RGB 190 213 186 -
CMYK 0.11 0 0.13 0.16
HSL 111.11º 0.24% 0.78% -
HSV(B) 111.11º 0.13% 0.84% -
XYZ 53.89 62.08 55.6 -
YUV 203.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 190 213 186 0.11 0 0.13 0.16 111.11 0.24 0.78
Hex BE D5 BA B 0 D 10 6F 18 4E
Octal 276 325 272 13 0 15 20 157 30 116
Binary 10111110 11010101 10111010 1011 0 1101 10000 1101111 11000 1001110

Color Harmonies of #BED5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5BA

Black with #BED5BA

Text Example


Text Example

White with #BED5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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