#BCEEBE

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

Shades of Fringy Flower #BCEEBE

Tints of Fringy Flower #BCEEBE

Color information

#BCEEBE (or 0xBCEEBE) is unknown color: approx Fringy Flower. HEX triplet: BC, EE and BE. RGB value is (188,238,190). Sum of RGB (Red+Green+Blue) = 188+238+190=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEBE is #431141. Grayscale: #D9D9D9. Windows color (decimal): -4395330 or 12512956. OLE color: 12512956.

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

Color convert

RGB188238190-
CMYK0.2100.200.07
HSL122.4º59.52%83.53%-
HSV(B)122.4º21.01%93.33%-
XYZ60.6175.5660.11-
YUV217.58112.44106.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=30.52%
G=38.64%
B=30.84%

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
Decimal1882381900.2100.200.07122.459.5283.53
HexBCEEBE1501477a3c54
Octal27435627625024717274124
Binary1011110011101110101111101010101010011111110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEBE; }

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

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

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

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

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

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

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

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