Html Css Color HEX #BDE0C1 Edgewater

📋 copy color: '#BDE0C1'

red 189 ◦ green 224 ◦ blue 193

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

Shades of Edgewater #BDE0C1

Tints of Edgewater #BDE0C1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.96%

 BLUE value IS 193 (75.78% from 255) = 31.85%

R = 31.19%
G = 36.96%
B = 31.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#BDE0C1 (or 0xBDE0C1) is known color: Edgewater. HEX triplet: BD, E0 and C1. RGB value is (189,224,193). Sum of RGB (Red+Green+Blue) = 189+224+193=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0C1 is #421F3E. Grayscale: #D2D2D2. Windows color (decimal): -4333375 or 12705981. OLE color: 12705981.

HSL color Cylindrical-coordinate representation of color #BDE0C1: hue angle of 126.86º degrees, saturation: 0.36, 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 #BDE0C1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 193 -
CMYK 0.16 0 0.14 0.12
HSL 126.86º 0.36% 0.81% -
HSV(B) 126.86º 0.16% 0.88% -
XYZ 57.27 67.98 60.56 -
YUV 210 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 189 224 193 0.16 0 0.14 0.12 126.86 0.36 0.81
Hex BD E0 C1 10 0 E C 7F 24 51
Octal 275 340 301 20 0 16 14 177 44 121
Binary 10111101 11100000 11000001 10000 0 1110 1100 1111111 100100 1010001

Color Harmonies of #BDE0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0C1

Black with #BDE0C1

Text Example


Text Example

White with #BDE0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0C1; }

 p { color: rgb(189,224,193); }

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

background-color css

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

 a { background-color: rgb(189,224,193); }

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

border-color css

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

 span { border-color: rgb(189,224,193); }

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