#BCEEBD

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

Shades of Fringy Flower #BCEEBD

Tints of Fringy Flower #BCEEBD

Color information

#BCEEBD (or 0xBCEEBD) is unknown color: approx Fringy Flower. HEX triplet: BC, EE and BD. RGB value is (188,238,189). Sum of RGB (Red+Green+Blue) = 188+238+189=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEBD is #431142. Grayscale: #D9D9D9. Windows color (decimal): -4395331 or 12447420. OLE color: 12447420.

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

Color convert

RGB188238189-
CMYK0.2100.210.07
HSL121.2º59.52%83.53%-
HSV(B)121.2º21.01%93.33%-
XYZ60.575.5159.53-
YUV217.46111.94106.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=30.57%
G=38.70%
B=30.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381890.2100.210.07121.259.5283.53
HexBCEEBD150157793c54
Octal27435627525025717174124
Binary1011110011101110101111011010101010111111110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEBD; }

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

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

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

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

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

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

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

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