Html Css Color HEX #BDDAC5 Edgewater

📋 copy color: '#BDDAC5'

red 189 ◦ green 218 ◦ blue 197

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

Shades of Edgewater #BDDAC5

Tints of Edgewater #BDDAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 31.29%
G = 36.09%
B = 32.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#BDDAC5 (or 0xBDDAC5) is known color: Edgewater. HEX triplet: BD, DA and C5. RGB value is (189,218,197). Sum of RGB (Red+Green+Blue) = 189+218+197=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC5 is #42253A. Grayscale: #CECECE. Windows color (decimal): -4334907 or 12966589. OLE color: 12966589.

HSL color Cylindrical-coordinate representation of color #BDDAC5: hue angle of 136.55º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAC5 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 197 -
CMYK 0.13 0 0.10 0.15
HSL 136.55º 0.28% 0.8% -
HSV(B) 136.55º 0.13% 0.85% -
XYZ 56.14 64.99 62.41 -
YUV 206.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 189 218 197 0.13 0 0.10 0.15 136.55 0.28 0.8
Hex BD DA C5 D 0 A F 89 1C 50
Octal 275 332 305 15 0 12 17 211 34 120
Binary 10111101 11011010 11000101 1101 0 1010 1111 10001001 11100 1010000

Color Harmonies of #BDDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAC5

Black with #BDDAC5

Text Example


Text Example

White with #BDDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAC5; }

 p { color: rgb(189,218,197); }

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

background-color css

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

 a { background-color: rgb(189,218,197); }

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

border-color css

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

 span { border-color: rgb(189,218,197); }

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