#BDEEC2

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

Shades of Fringy Flower #BDEEC2

Tints of Fringy Flower #BDEEC2

Color information

#BDEEC2 (or 0xBDEEC2) is unknown color: approx Fringy Flower. HEX triplet: BD, EE and C2. RGB value is (189,238,194). Sum of RGB (Red+Green+Blue) = 189+238+194=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC2 is #42113D. Grayscale: #DADADA. Windows color (decimal): -4329790 or 12775101. OLE color: 12775101.

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

Color convert

RGB189238194-
CMYK0.2100.180.07
HSL126.12º59.04%83.73%-
HSV(B)126.12º20.59%93.33%-
XYZ61.375.8662.45-
YUV218.33114.27107.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=30.43%
G=38.33%
B=31.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381940.2100.180.07126.1259.0483.73
HexBDEEC21501277e3b54
Octal27535630225022717673124
Binary1011110111101110110000101010101001011111111101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEC2; }

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

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

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

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

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

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

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

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