Html Css Color HEX #BDD8C4 Edgewater

📋 copy color: '#BDD8C4'

red 189 ◦ green 216 ◦ blue 196

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

Shades of Edgewater #BDD8C4

Tints of Edgewater #BDD8C4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.94%

 BLUE value IS 196 (76.95% from 255) = 32.61%

R = 31.45%
G = 35.94%
B = 32.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#BDD8C4 (or 0xBDD8C4) is known color: Edgewater. HEX triplet: BD, D8 and C4. RGB value is (189,216,196). Sum of RGB (Red+Green+Blue) = 189+216+196=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8C4 is #42273B. Grayscale: #CDCDCD. Windows color (decimal): -4335420 or 12900541. OLE color: 12900541.

HSL color Cylindrical-coordinate representation of color #BDD8C4: hue angle of 135.56º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8C4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 196 -
CMYK 0.12 0 0.09 0.15
HSL 135.56º 0.26% 0.79% -
HSV(B) 135.56º 0.13% 0.85% -
XYZ 55.51 63.92 61.64 -
YUV 205.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 189 216 196 0.12 0 0.09 0.15 135.56 0.26 0.79
Hex BD D8 C4 C 0 9 F 88 1A 4F
Octal 275 330 304 14 0 11 17 210 32 117
Binary 10111101 11011000 11000100 1100 0 1001 1111 10001000 11010 1001111

Color Harmonies of #BDD8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8C4

Black with #BDD8C4

Text Example


Text Example

White with #BDD8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8C4; }

 p { color: rgb(189,216,196); }

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

background-color css

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

 a { background-color: rgb(189,216,196); }

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

border-color css

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

 span { border-color: rgb(189,216,196); }

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