Html Css Color HEX #BCFEE6 Water Leaf

📋 copy color: '#BCFEE6'

red 188 ◦ green 254 ◦ blue 230

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

Shades of Water Leaf #BCFEE6

Tints of Water Leaf #BCFEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.23%

R = 27.98%
G = 37.8%
B = 34.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#BCFEE6 (or 0xBCFEE6) is known color: Water Leaf. HEX triplet: BC, FE and E6. RGB value is (188,254,230). Sum of RGB (Red+Green+Blue) = 188+254+230=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEE6 is #430119. Grayscale: #E7E7E7. Windows color (decimal): -4391194 or 15138492. OLE color: 15138492.

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

Color convert

RGB 188 254 230 -
CMYK 0.26 0 0.09 0.00
HSL 158.18º 0.97% 0.87% -
HSV(B) 158.18º 0.26% 1% -
XYZ 70.46 87.29 88 -
YUV 231.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 188 254 230 0.26 0 0.09 0.00 158.18 0.97 0.87
Hex BC FE E6 1A 0 9 0 9E 61 57
Octal 274 376 346 32 0 11 0 236 141 127
Binary 10111100 11111110 11100110 11010 0 1001 0 10011110 1100001 1010111

Color Harmonies of #BCFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE6

Black with #BCFEE6

Text Example


Text Example

White with #BCFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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