Html Css Color HEX #BDD6C1 Edgewater

📋 copy color: '#BDD6C1'

red 189 ◦ green 214 ◦ blue 193

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

Shades of Edgewater #BDD6C1

Tints of Edgewater #BDD6C1

RGB

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

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

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

R = 31.71%
G = 35.91%
B = 32.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BDD6C1 (or 0xBDD6C1) is known color: Edgewater. HEX triplet: BD, D6 and C1. RGB value is (189,214,193). Sum of RGB (Red+Green+Blue) = 189+214+193=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6C1 is #42293E. Grayscale: #CCCCCC. Windows color (decimal): -4335935 or 12703421. OLE color: 12703421.

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

Color convert

RGB 189 214 193 -
CMYK 0.12 0 0.10 0.16
HSL 129.6º 0.23% 0.79% -
HSV(B) 129.6º 0.12% 0.84% -
XYZ 54.66 62.76 59.69 -
YUV 204.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 189 214 193 0.12 0 0.10 0.16 129.6 0.23 0.79
Hex BD D6 C1 C 0 A 10 82 17 4F
Octal 275 326 301 14 0 12 20 202 27 117
Binary 10111101 11010110 11000001 1100 0 1010 10000 10000010 10111 1001111

Color Harmonies of #BDD6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6C1

Black with #BDD6C1

Text Example


Text Example

White with #BDD6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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