Html Css Color HEX #BCFFF0 Water Leaf

📋 copy color: '#BCFFF0'

red 188 ◦ green 255 ◦ blue 240

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

Shades of Water Leaf #BCFFF0

Tints of Water Leaf #BCFFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.14%

R = 27.53%
G = 37.34%
B = 35.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#BCFFF0 (or 0xBCFFF0) is known color: Water Leaf. HEX triplet: BC, FF and F0. RGB value is (188,255,240). Sum of RGB (Red+Green+Blue) = 188+255+240=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF0 is #43000F. Grayscale: #E9E9E9. Windows color (decimal): -4390928 or 15794108. OLE color: 15794108.

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

Color convert

RGB 188 255 240 -
CMYK 0.26 0 0.06 0
HSL 166.57º 1% 0.87% -
HSV(B) 166.57º 0.26% 1% -
XYZ 72.23 88.5 95.71 -
YUV 233.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 188 255 240 0.26 0 0.06 0 166.57 1 0.87
Hex BC FF F0 1A 0 6 0 A7 64 57
Octal 274 377 360 32 0 6 0 247 144 127
Binary 10111100 11111111 11110000 11010 0 110 0 10100111 1100100 1010111

Color Harmonies of #BCFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFF0

Black with #BCFFF0

Text Example


Text Example

White with #BCFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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