Html Css Color HEX #BED6AF Surf Crest

📋 copy color: '#BED6AF'

red 190 ◦ green 214 ◦ blue 175

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

Shades of Surf Crest #BED6AF

Tints of Surf Crest #BED6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.96%

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 32.82%
G = 36.96%
B = 30.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BED6AF (or 0xBED6AF) is known color: Surf Crest. HEX triplet: BE, D6 and AF. RGB value is (190,214,175). Sum of RGB (Red+Green+Blue) = 190+214+175=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED6AF is #412950. Grayscale: #CACACA. Windows color (decimal): -4270417 or 11523774. OLE color: 11523774.

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

Color convert

RGB 190 214 175 -
CMYK 0.11 0 0.18 0.16
HSL 96.92º 0.32% 0.76% -
HSV(B) 96.92º 0.18% 0.84% -
XYZ 53.02 62.14 49.76 -
YUV 202.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 190 214 175 0.11 0 0.18 0.16 96.92 0.32 0.76
Hex BE D6 AF B 0 12 10 61 20 4C
Octal 276 326 257 13 0 22 20 141 40 114
Binary 10111110 11010110 10101111 1011 0 10010 10000 1100001 100000 1001100

Color Harmonies of #BED6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6AF

Black with #BED6AF

Text Example


Text Example

White with #BED6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6AF; }

 p { color: rgb(190,214,175); }

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

background-color css

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

 a { background-color: rgb(190,214,175); }

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

border-color css

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

 span { border-color: rgb(190,214,175); }

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