Html Css Color HEX #BCFFEC Water Leaf

📋 copy color: '#BCFFEC'

red 188 ◦ green 255 ◦ blue 236

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

Shades of Water Leaf #BCFFEC

Tints of Water Leaf #BCFFEC

RGB

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

 GREEN value IS 255 (100% from 255) = 37.56%

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 27.69%
G = 37.56%
B = 34.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#BCFFEC (or 0xBCFFEC) is known color: Water Leaf. HEX triplet: BC, FF and EC. RGB value is (188,255,236). Sum of RGB (Red+Green+Blue) = 188+255+236=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEC is #430013. Grayscale: #E8E8E8. Windows color (decimal): -4390932 or 15531964. OLE color: 15531964.

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

Color convert

RGB 188 255 236 -
CMYK 0.26 0 0.07 0
HSL 162.99º 1% 0.87% -
HSV(B) 162.99º 0.26% 1% -
XYZ 71.64 88.27 92.62 -
YUV 232.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 188 255 236 0.26 0 0.07 0 162.99 1 0.87
Hex BC FF EC 1A 0 7 0 A3 64 57
Octal 274 377 354 32 0 7 0 243 144 127
Binary 10111100 11111111 11101100 11010 0 111 0 10100011 1100100 1010111

Color Harmonies of #BCFFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFEC

Black with #BCFFEC

Text Example


Text Example

White with #BCFFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFEC; }

 p { color: rgb(188,255,236); }

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

background-color css

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

 a { background-color: rgb(188,255,236); }

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

border-color css

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

 span { border-color: rgb(188,255,236); }

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