Html Css Color HEX #BCFEEA Water Leaf

📋 copy color: '#BCFEEA'

red 188 ◦ green 254 ◦ blue 234

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

Shades of Water Leaf #BCFEEA

Tints of Water Leaf #BCFEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.62%

R = 27.81%
G = 37.57%
B = 34.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#BCFEEA (or 0xBCFEEA) is known color: Water Leaf. HEX triplet: BC, FE and EA. RGB value is (188,254,234). Sum of RGB (Red+Green+Blue) = 188+254+234=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEEA is #430115. Grayscale: #E8E8E8. Windows color (decimal): -4391190 or 15400636. OLE color: 15400636.

HSL color Cylindrical-coordinate representation of color #BCFEEA: hue angle of 161.82º 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 #BCFEEA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 234 -
CMYK 0.26 0 0.08 0.00
HSL 161.82º 0.97% 0.87% -
HSV(B) 161.82º 0.26% 1% -
XYZ 71.03 87.52 90.99 -
YUV 231.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 188 254 234 0.26 0 0.08 0.00 161.82 0.97 0.87
Hex BC FE EA 1A 0 8 0 A2 61 57
Octal 274 376 352 32 0 10 0 242 141 127
Binary 10111100 11111110 11101010 11010 0 1000 0 10100010 1100001 1010111

Color Harmonies of #BCFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEEA

Black with #BCFEEA

Text Example


Text Example

White with #BCFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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