#BCEEC1

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

Shades of Fringy Flower #BCEEC1

Tints of Fringy Flower #BCEEC1

Color information

#BCEEC1 (or 0xBCEEC1) is unknown color: approx Fringy Flower. HEX triplet: BC, EE and C1. RGB value is (188,238,193). Sum of RGB (Red+Green+Blue) = 188+238+193=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC1 is #43113E. Grayscale: #DADADA. Windows color (decimal): -4395327 or 12709564. OLE color: 12709564.

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

Color convert

RGB188238193-
CMYK0.2100.190.07
HSL126º59.52%83.53%-
HSV(B)126º21.01%93.33%-
XYZ60.9475.6961.85-
YUV217.92113.94106.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=30.37%
G=38.45%
B=31.18%

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
Decimal1882381930.2100.190.0712659.5283.53
HexBCEEC11501377e3c54
Octal27435630125023717674124
Binary1011110011101110110000011010101001111111111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEC1; }

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

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

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

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

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

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

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

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