Html Css Color HEX #BDDFC7 Edgewater

📋 copy color: '#BDDFC7'

red 189 ◦ green 223 ◦ blue 199

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

Shades of Edgewater #BDDFC7

Tints of Edgewater #BDDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.5%

 BLUE value IS 199 (78.13% from 255) = 32.57%

R = 30.93%
G = 36.5%
B = 32.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#BDDFC7 (or 0xBDDFC7) is known color: Edgewater. HEX triplet: BD, DF and C7. RGB value is (189,223,199). Sum of RGB (Red+Green+Blue) = 189+223+199=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC7 is #422038. Grayscale: #D2D2D2. Windows color (decimal): -4333625 or 13098941. OLE color: 13098941.

HSL color Cylindrical-coordinate representation of color #BDDFC7: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFC7 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 199 -
CMYK 0.15 0 0.11 0.13
HSL 137.65º 0.35% 0.81% -
HSV(B) 137.65º 0.15% 0.87% -
XYZ 57.68 67.72 64.06 -
YUV 210.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 189 223 199 0.15 0 0.11 0.13 137.65 0.35 0.81
Hex BD DF C7 F 0 B D 8A 23 51
Octal 275 337 307 17 0 13 15 212 43 121
Binary 10111101 11011111 11000111 1111 0 1011 1101 10001010 100011 1010001

Color Harmonies of #BDDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFC7

Black with #BDDFC7

Text Example


Text Example

White with #BDDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFC7; }

 p { color: rgb(189,223,199); }

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

background-color css

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

 a { background-color: rgb(189,223,199); }

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

border-color css

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

 span { border-color: rgb(189,223,199); }

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