#BDECC3

Color #BDECC3 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BDECC3

Tints of Fringy Flower #BDECC3

Color information

#BDECC3 (or 0xBDECC3) is unknown color: approx Fringy Flower. HEX triplet: BD, EC and C3. RGB value is (189,236,195). Sum of RGB (Red+Green+Blue) = 189+236+195=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC3 is #42133C. Grayscale: #D9D9D9. Windows color (decimal): -4330301 or 12840125. OLE color: 12840125.

HSL color Cylindrical-coordinate representation of color #BDECC3: hue angle of 127.66º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECC3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB189236195-
CMYK0.2000.170.07
HSL127.66º55.29%83.33%-
HSV(B)127.66º19.92%92.55%-
XYZ60.8374.7562.85-
YUV217.27115.43107.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=30.48%
G=38.06%
B=31.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361950.2000.170.07127.6655.2983.33
HexBDECC3140117803753
Octal27535430324021720067123
Binary10111101111011001100001110100010001111100000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECC3; }

 p { color: rgb(189,236,195); }

 H1.HeaderClassName
 {
   color: #BDECC3;
 }
 .AnyTagClassName
 {
   color: #BDECC3;
 }
</style>
background-color css

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

 a { background-color: rgb(189,236,195); }

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

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

 span { border-color: rgb(189,236,195); }

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