#BCEEC0

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

Shades of Fringy Flower #BCEEC0

Tints of Fringy Flower #BCEEC0

Color information

#BCEEC0 (or 0xBCEEC0) is unknown color: approx Fringy Flower. HEX triplet: BC, EE and C0. RGB value is (188,238,192). Sum of RGB (Red+Green+Blue) = 188+238+192=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC0 is #43113F. Grayscale: #D9D9D9. Windows color (decimal): -4395328 or 12644028. OLE color: 12644028.

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

Color convert

RGB188238192-
CMYK0.2100.190.07
HSL124.8º59.52%83.53%-
HSV(B)124.8º21.01%93.33%-
XYZ60.8375.6561.26-
YUV217.81113.44106.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=30.42%
G=38.51%
B=31.07%

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
Decimal1882381920.2100.190.07124.859.5283.53
HexBCEEC01501377d3c54
Octal27435630025023717574124
Binary1011110011101110110000001010101001111111111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEC0; }

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

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

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

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

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

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

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

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