#BDEEC1

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

Shades of Fringy Flower #BDEEC1

Tints of Fringy Flower #BDEEC1

Color information

#BDEEC1 (or 0xBDEEC1) is unknown color: approx Fringy Flower. HEX triplet: BD, EE and C1. RGB value is (189,238,193). Sum of RGB (Red+Green+Blue) = 189+238+193=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC1 is #42113E. Grayscale: #DADADA. Windows color (decimal): -4329791 or 12709565. OLE color: 12709565.

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

Color convert

RGB189238193-
CMYK0.2100.190.07
HSL124.9º59.04%83.73%-
HSV(B)124.9º20.59%93.33%-
XYZ61.1975.8261.86-
YUV218.22113.77107.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 193 (75.78% from 255) = 31.13%
R=30.48%
G=38.39%
B=31.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381930.2100.190.07124.959.0483.73
HexBDEEC11501377d3b54
Octal27535630125023717573124
Binary1011110111101110110000011010101001111111111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEC1; }

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

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

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

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

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

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

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

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