Html Css Color HEX #BDD7C6 Edgewater

📋 copy color: '#BDD7C6'

red 189 ◦ green 215 ◦ blue 198

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

Shades of Edgewater #BDD7C6

Tints of Edgewater #BDD7C6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.71%

 BLUE value IS 198 (77.73% from 255) = 32.89%

R = 31.4%
G = 35.71%
B = 32.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#BDD7C6 (or 0xBDD7C6) is known color: Edgewater. HEX triplet: BD, D7 and C6. RGB value is (189,215,198). Sum of RGB (Red+Green+Blue) = 189+215+198=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7C6 is #422839. Grayscale: #CDCDCD. Windows color (decimal): -4335674 or 13031357. OLE color: 13031357.

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

Color convert

RGB 189 215 198 -
CMYK 0.12 0 0.08 0.16
HSL 140.77º 0.25% 0.79% -
HSV(B) 140.77º 0.12% 0.84% -
XYZ 55.48 63.5 62.76 -
YUV 205.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 189 215 198 0.12 0 0.08 0.16 140.77 0.25 0.79
Hex BD D7 C6 C 0 8 10 8D 19 4F
Octal 275 327 306 14 0 10 20 215 31 117
Binary 10111101 11010111 11000110 1100 0 1000 10000 10001101 11001 1001111

Color Harmonies of #BDD7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7C6

Black with #BDD7C6

Text Example


Text Example

White with #BDD7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7C6; }

 p { color: rgb(189,215,198); }

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

background-color css

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

 a { background-color: rgb(189,215,198); }

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

border-color css

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

 span { border-color: rgb(189,215,198); }

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