#BCEEC2

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

Shades of Fringy Flower #BCEEC2

Tints of Fringy Flower #BCEEC2

Color information

#BCEEC2 (or 0xBCEEC2) is unknown color: approx Fringy Flower. HEX triplet: BC, EE and C2. RGB value is (188,238,194). Sum of RGB (Red+Green+Blue) = 188+238+194=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC2 is #43113D. Grayscale: #DADADA. Windows color (decimal): -4395326 or 12775100. OLE color: 12775100.

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

Color convert

RGB188238194-
CMYK0.2100.180.07
HSL127.2º59.52%83.53%-
HSV(B)127.2º21.01%93.33%-
XYZ61.0575.7462.44-
YUV218.03114.44106.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=30.32%
G=38.39%
B=31.29%

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
Decimal1882381940.2100.180.07127.259.5283.53
HexBCEEC21501277f3c54
Octal27435630225022717774124
Binary1011110011101110110000101010101001011111111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEC2; }

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

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

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

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

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

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

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

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