#BDEEBA

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

Shades of Fringy Flower #BDEEBA

Tints of Fringy Flower #BDEEBA

Color information

#BDEEBA (or 0xBDEEBA) is unknown color: approx Fringy Flower. HEX triplet: BD, EE and BA. RGB value is (189,238,186). Sum of RGB (Red+Green+Blue) = 189+238+186=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBA is #421145. Grayscale: #D9D9D9. Windows color (decimal): -4329798 or 12250813. OLE color: 12250813.

HSL color Cylindrical-coordinate representation of color #BDEEBA: hue angle of 116.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEEBA is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB189238186-
CMYK0.2100.220.07
HSL116.54º60.47%83.14%-
HSV(B)116.54º21.85%93.33%-
XYZ60.4275.5157.85-
YUV217.42110.27107.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=30.83%
G=38.83%
B=30.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381860.2100.220.07116.5460.4783.14
HexBDEEBA150167753c53
Octal27535627225026716574123
Binary1011110111101110101110101010101011011111101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEBA; }

 p { color: rgb(189,238,186); }

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

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

 a { background-color: rgb(189,238,186); }

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

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

 span { border-color: rgb(189,238,186); }

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