#BDEEBF

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

Shades of Fringy Flower #BDEEBF

Tints of Fringy Flower #BDEEBF

Color information

#BDEEBF (or 0xBDEEBF) is unknown color: approx Fringy Flower. HEX triplet: BD, EE and BF. RGB value is (189,238,191). Sum of RGB (Red+Green+Blue) = 189+238+191=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBF is #421140. Grayscale: #DADADA. Windows color (decimal): -4329793 or 12578493. OLE color: 12578493.

HSL color Cylindrical-coordinate representation of color #BDEEBF: hue angle of 122.45º 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 #BDEEBF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB189238191-
CMYK0.2100.200.07
HSL122.45º59.04%83.73%-
HSV(B)122.45º20.59%93.33%-
XYZ60.9675.7360.69-
YUV217.99112.77107.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 191 (75% from 255) = 30.91%
R=30.58%
G=38.51%
B=30.91%

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
Decimal1892381910.2100.200.07122.4559.0483.73
HexBDEEBF1501477a3b54
Octal27535627725024717273124
Binary1011110111101110101111111010101010011111110101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEBF; }

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

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

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

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

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

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

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

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