Html Css Color HEX #BCFEEF Water Leaf

📋 copy color: '#BCFEEF'

red 188 ◦ green 254 ◦ blue 239

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

Shades of Water Leaf #BCFEEF

Tints of Water Leaf #BCFEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.1%

R = 27.61%
G = 37.3%
B = 35.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#BCFEEF (or 0xBCFEEF) is known color: Water Leaf. HEX triplet: BC, FE and EF. RGB value is (188,254,239). Sum of RGB (Red+Green+Blue) = 188+254+239=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEEF is #430110. Grayscale: #E8E8E8. Windows color (decimal): -4391185 or 15728316. OLE color: 15728316.

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

Color convert

RGB 188 254 239 -
CMYK 0.26 0 0.06 0.00
HSL 166.36º 0.97% 0.87% -
HSV(B) 166.36º 0.26% 1% -
XYZ 71.76 87.81 94.83 -
YUV 232.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 188 254 239 0.26 0 0.06 0.00 166.36 0.97 0.87
Hex BC FE EF 1A 0 6 0 A6 61 57
Octal 274 376 357 32 0 6 0 246 141 127
Binary 10111100 11111110 11101111 11010 0 110 0 10100110 1100001 1010111

Color Harmonies of #BCFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEEF

Black with #BCFEEF

Text Example


Text Example

White with #BCFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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