Html Css Color HEX #BCFFED Water Leaf

📋 copy color: '#BCFFED'

red 188 ◦ green 255 ◦ blue 237

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

Shades of Water Leaf #BCFFED

Tints of Water Leaf #BCFFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.85%

R = 27.65%
G = 37.5%
B = 34.85%

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

#BCFFED (or 0xBCFFED) is known color: Water Leaf. HEX triplet: BC, FF and ED. RGB value is (188,255,237). Sum of RGB (Red+Green+Blue) = 188+255+237=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFED is #430012. Grayscale: #E8E8E8. Windows color (decimal): -4390931 or 15597500. OLE color: 15597500.

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

Color convert

RGB 188 255 237 -
CMYK 0.26 0 0.07 0
HSL 163.88º 1% 0.87% -
HSV(B) 163.88º 0.26% 1% -
XYZ 71.79 88.33 93.39 -
YUV 232.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 188 255 237 0.26 0 0.07 0 163.88 1 0.87
Hex BC FF ED 1A 0 7 0 A4 64 57
Octal 274 377 355 32 0 7 0 244 144 127
Binary 10111100 11111111 11101101 11010 0 111 0 10100100 1100100 1010111

Color Harmonies of #BCFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFED

Black with #BCFFED

Text Example


Text Example

White with #BCFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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