Html Css Color HEX #BCFEE3 Water Leaf

📋 copy color: '#BCFEE3'

red 188 ◦ green 254 ◦ blue 227

#BCFEE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BCFEE3

Tints of Water Leaf #BCFEE3

RGB

 RED value IS 188 (73.83% from 255) = 28.1%

 GREEN value IS 254 (99.61% from 255) = 37.97%

 BLUE value IS 227 (89.06% from 255) = 33.93%

R = 28.1%
G = 37.97%
B = 33.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#BCFEE3 (or 0xBCFEE3) is known color: Water Leaf. HEX triplet: BC, FE and E3. RGB value is (188,254,227). Sum of RGB (Red+Green+Blue) = 188+254+227=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEE3 is #43011C. Grayscale: #E7E7E7. Windows color (decimal): -4391197 or 14941884. OLE color: 14941884.

HSL color Cylindrical-coordinate representation of color #BCFEE3: hue angle of 155.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEE3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 227 -
CMYK 0.26 0 0.11 0.00
HSL 155.45º 0.97% 0.87% -
HSV(B) 155.45º 0.26% 1% -
XYZ 70.05 87.12 85.8 -
YUV 231.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 188 254 227 0.26 0 0.11 0.00 155.45 0.97 0.87
Hex BC FE E3 1A 0 B 0 9B 61 57
Octal 274 376 343 32 0 13 0 233 141 127
Binary 10111100 11111110 11100011 11010 0 1011 0 10011011 1100001 1010111

Color Harmonies of #BCFEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE3

Black with #BCFEE3

Text Example


Text Example

White with #BCFEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE3; }

 p { color: rgb(188,254,227); }

 H1.HeaderClassName
 {
   color: #BCFEE3;
 }
 .AnyTagClassName
 {
   color: #BCFEE3;
 }
</style>

background-color css

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

 a { background-color: rgb(188,254,227); }

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

border-color css

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

 span { border-color: rgb(188,254,227); }

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