Html Css Color HEX #BDD7C5 Edgewater

📋 copy color: '#BDD7C5'

red 189 ◦ green 215 ◦ blue 197

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

Shades of Edgewater #BDD7C5

Tints of Edgewater #BDD7C5

RGB

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

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

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

R = 31.45%
G = 35.77%
B = 32.78%

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

#BDD7C5 (or 0xBDD7C5) is known color: Edgewater. HEX triplet: BD, D7 and C5. RGB value is (189,215,197). Sum of RGB (Red+Green+Blue) = 189+215+197=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7C5 is #42283A. Grayscale: #CDCDCD. Windows color (decimal): -4335675 or 12965821. OLE color: 12965821.

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

Color convert

RGB 189 215 197 -
CMYK 0.12 0 0.08 0.16
HSL 138.46º 0.25% 0.79% -
HSV(B) 138.46º 0.12% 0.84% -
XYZ 55.36 63.45 62.15 -
YUV 205.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 189 215 197 0.12 0 0.08 0.16 138.46 0.25 0.79
Hex BD D7 C5 C 0 8 10 8A 19 4F
Octal 275 327 305 14 0 10 20 212 31 117
Binary 10111101 11010111 11000101 1100 0 1000 10000 10001010 11001 1001111

Color Harmonies of #BDD7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7C5

Black with #BDD7C5

Text Example


Text Example

White with #BDD7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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