Html Css Color HEX #BED6BA Surf Crest

📋 copy color: '#BED6BA'

red 190 ◦ green 214 ◦ blue 186

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

Shades of Surf Crest #BED6BA

Tints of Surf Crest #BED6BA

RGB

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

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

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

R = 32.2%
G = 36.27%
B = 31.53%

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

#BED6BA (or 0xBED6BA) is known color: Surf Crest. HEX triplet: BE, D6 and BA. RGB value is (190,214,186). Sum of RGB (Red+Green+Blue) = 190+214+186=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6BA is #412945. Grayscale: #CBCBCB. Windows color (decimal): -4270406 or 12244670. OLE color: 12244670.

HSL color Cylindrical-coordinate representation of color #BED6BA: hue angle of 111.43º degrees, saturation: 0.25, 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 #BED6BA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 186 -
CMYK 0.11 0 0.13 0.16
HSL 111.43º 0.25% 0.78% -
HSV(B) 111.43º 0.13% 0.84% -
XYZ 54.14 62.59 55.68 -
YUV 203.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 190 214 186 0.11 0 0.13 0.16 111.43 0.25 0.78
Hex BE D6 BA B 0 D 10 6F 19 4E
Octal 276 326 272 13 0 15 20 157 31 116
Binary 10111110 11010110 10111010 1011 0 1101 10000 1101111 11001 1001110

Color Harmonies of #BED6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6BA

Black with #BED6BA

Text Example


Text Example

White with #BED6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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