Html Css Color HEX #BCFFEE Water Leaf

📋 copy color: '#BCFFEE'

red 188 ◦ green 255 ◦ blue 238

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

Shades of Water Leaf #BCFFEE

Tints of Water Leaf #BCFFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 27.61%
G = 37.44%
B = 34.95%

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

#BCFFEE (or 0xBCFFEE) is known color: Water Leaf. HEX triplet: BC, FF and EE. RGB value is (188,255,238). Sum of RGB (Red+Green+Blue) = 188+255+238=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEE is #430011. Grayscale: #E9E9E9. Windows color (decimal): -4390930 or 15663036. OLE color: 15663036.

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

Color convert

RGB 188 255 238 -
CMYK 0.26 0 0.07 0
HSL 164.78º 1% 0.87% -
HSV(B) 164.78º 0.26% 1% -
XYZ 71.93 88.38 94.16 -
YUV 233.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 188 255 238 0.26 0 0.07 0 164.78 1 0.87
Hex BC FF EE 1A 0 7 0 A5 64 57
Octal 274 377 356 32 0 7 0 245 144 127
Binary 10111100 11111111 11101110 11010 0 111 0 10100101 1100100 1010111

Color Harmonies of #BCFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFEE

Black with #BCFFEE

Text Example


Text Example

White with #BCFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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