Html Css Color HEX #BDD6C6 Edgewater

📋 copy color: '#BDD6C6'

red 189 ◦ green 214 ◦ blue 198

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

Shades of Edgewater #BDD6C6

Tints of Edgewater #BDD6C6

RGB

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

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

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

R = 31.45%
G = 35.61%
B = 32.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#BDD6C6 (or 0xBDD6C6) is known color: Edgewater. HEX triplet: BD, D6 and C6. RGB value is (189,214,198). Sum of RGB (Red+Green+Blue) = 189+214+198=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6C6 is #422939. Grayscale: #CCCCCC. Windows color (decimal): -4335930 or 13031101. OLE color: 13031101.

HSL color Cylindrical-coordinate representation of color #BDD6C6: hue angle of 141.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 #BDD6C6 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 198 -
CMYK 0.12 0 0.07 0.16
HSL 141.6º 0.23% 0.79% -
HSV(B) 141.6º 0.12% 0.84% -
XYZ 55.23 62.99 62.67 -
YUV 204.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 189 214 198 0.12 0 0.07 0.16 141.6 0.23 0.79
Hex BD D6 C6 C 0 7 10 8E 17 4F
Octal 275 326 306 14 0 7 20 216 27 117
Binary 10111101 11010110 11000110 1100 0 111 10000 10001110 10111 1001111

Color Harmonies of #BDD6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6C6

Black with #BDD6C6

Text Example


Text Example

White with #BDD6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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