Html Css Color HEX #BED6C7 Edgewater

📋 copy color: '#BED6C7'

red 190 ◦ green 214 ◦ blue 199

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

Shades of Edgewater #BED6C7

Tints of Edgewater #BED6C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33%

R = 31.51%
G = 35.49%
B = 33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#BED6C7 (or 0xBED6C7) is known color: Edgewater. HEX triplet: BE, D6 and C7. RGB value is (190,214,199). Sum of RGB (Red+Green+Blue) = 190+214+199=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6C7 is #412938. Grayscale: #CDCDCD. Windows color (decimal): -4270393 or 13096638. OLE color: 13096638.

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

Color convert

RGB 190 214 199 -
CMYK 0.11 0 0.07 0.16
HSL 142.5º 0.23% 0.79% -
HSV(B) 142.5º 0.11% 0.84% -
XYZ 55.59 63.16 63.29 -
YUV 205.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 190 214 199 0.11 0 0.07 0.16 142.5 0.23 0.79
Hex BE D6 C7 B 0 7 10 8E 17 4F
Octal 276 326 307 13 0 7 20 216 27 117
Binary 10111110 11010110 11000111 1011 0 111 10000 10001110 10111 1001111

Color Harmonies of #BED6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6C7

Black with #BED6C7

Text Example


Text Example

White with #BED6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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