Html Css Color HEX #BDD3C1 Edgewater

📋 copy color: '#BDD3C1'

red 189 ◦ green 211 ◦ blue 193

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

Shades of Edgewater #BDD3C1

Tints of Edgewater #BDD3C1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.58%

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

R = 31.87%
G = 35.58%
B = 32.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#BDD3C1 (or 0xBDD3C1) is known color: Edgewater. HEX triplet: BD, D3 and C1. RGB value is (189,211,193). Sum of RGB (Red+Green+Blue) = 189+211+193=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3C1 is #422C3E. Grayscale: #CACACA. Windows color (decimal): -4336703 or 12702653. OLE color: 12702653.

HSL color Cylindrical-coordinate representation of color #BDD3C1: hue angle of 130.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3C1 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 193 -
CMYK 0.10 0 0.09 0.17
HSL 130.91º 0.2% 0.78% -
HSV(B) 130.91º 0.1% 0.83% -
XYZ 53.91 61.26 59.43 -
YUV 202.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 189 211 193 0.10 0 0.09 0.17 130.91 0.2 0.78
Hex BD D3 C1 A 0 9 11 83 14 4E
Octal 275 323 301 12 0 11 21 203 24 116
Binary 10111101 11010011 11000001 1010 0 1001 10001 10000011 10100 1001110

Color Harmonies of #BDD3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3C1

Black with #BDD3C1

Text Example


Text Example

White with #BDD3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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