Html Css Color HEX #BDE1C5 Edgewater

📋 copy color: '#BDE1C5'

red 189 ◦ green 225 ◦ blue 197

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

Shades of Edgewater #BDE1C5

Tints of Edgewater #BDE1C5

RGB

 RED value IS 189 (74.22% from 255) = 30.93%

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 30.93%
G = 36.82%
B = 32.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#BDE1C5 (or 0xBDE1C5) is known color: Edgewater. HEX triplet: BD, E1 and C5. RGB value is (189,225,197). Sum of RGB (Red+Green+Blue) = 189+225+197=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C5 is #421E3A. Grayscale: #D3D3D3. Windows color (decimal): -4333115 or 12968381. OLE color: 12968381.

HSL color Cylindrical-coordinate representation of color #BDE1C5: hue angle of 133.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1C5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 197 -
CMYK 0.16 0 0.12 0.12
HSL 133.33º 0.38% 0.81% -
HSV(B) 133.33º 0.16% 0.88% -
XYZ 57.99 68.7 63.03 -
YUV 211.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 189 225 197 0.16 0 0.12 0.12 133.33 0.38 0.81
Hex BD E1 C5 10 0 C C 85 26 51
Octal 275 341 305 20 0 14 14 205 46 121
Binary 10111101 11100001 11000101 10000 0 1100 1100 10000101 100110 1010001

Color Harmonies of #BDE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1C5

Black with #BDE1C5

Text Example


Text Example

White with #BDE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1C5; }

 p { color: rgb(189,225,197); }

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

background-color css

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

 a { background-color: rgb(189,225,197); }

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

border-color css

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

 span { border-color: rgb(189,225,197); }

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