Html Css Color HEX #BCFFF1 Water Leaf

📋 copy color: '#BCFFF1'

red 188 ◦ green 255 ◦ blue 241

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

Shades of Water Leaf #BCFFF1

Tints of Water Leaf #BCFFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.23%

R = 27.49%
G = 37.28%
B = 35.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BCFFF1 (or 0xBCFFF1) is known color: Water Leaf. HEX triplet: BC, FF and F1. RGB value is (188,255,241). Sum of RGB (Red+Green+Blue) = 188+255+241=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF1 is #43000E. Grayscale: #E9E9E9. Windows color (decimal): -4390927 or 15859644. OLE color: 15859644.

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

Color convert

RGB 188 255 241 -
CMYK 0.26 0 0.05 0
HSL 167.46º 1% 0.87% -
HSV(B) 167.46º 0.26% 1% -
XYZ 72.38 88.56 96.5 -
YUV 233.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 188 255 241 0.26 0 0.05 0 167.46 1 0.87
Hex BC FF F1 1A 0 5 0 A7 64 57
Octal 274 377 361 32 0 5 0 247 144 127
Binary 10111100 11111111 11110001 11010 0 101 0 10100111 1100100 1010111

Color Harmonies of #BCFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFF1

Black with #BCFFF1

Text Example


Text Example

White with #BCFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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