#BDEEBE

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

Shades of Fringy Flower #BDEEBE

Tints of Fringy Flower #BDEEBE

Color information

#BDEEBE (or 0xBDEEBE) is unknown color: approx Fringy Flower. HEX triplet: BD, EE and BE. RGB value is (189,238,190). Sum of RGB (Red+Green+Blue) = 189+238+190=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBE is #421141. Grayscale: #DADADA. Windows color (decimal): -4329794 or 12512957. OLE color: 12512957.

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

Color convert

RGB189238190-
CMYK0.2100.200.07
HSL121.22º59.04%83.73%-
HSV(B)121.22º20.59%93.33%-
XYZ60.8675.6960.12-
YUV217.88112.27107.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=30.63%
G=38.57%
B=30.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381900.2100.200.07121.2259.0483.73
HexBDEEBE150147793b54
Octal27535627625024717173124
Binary1011110111101110101111101010101010011111110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEBE; }

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

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

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

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

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

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

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

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