Html Css Color HEX #BCFCEE Water Leaf

📋 copy color: '#BCFCEE'

red 188 ◦ green 252 ◦ blue 238

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

Shades of Water Leaf #BCFCEE

Tints of Water Leaf #BCFCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.17%

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

R = 27.73%
G = 37.17%
B = 35.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#BCFCEE (or 0xBCFCEE) is known color: Water Leaf. HEX triplet: BC, FC and EE. RGB value is (188,252,238). Sum of RGB (Red+Green+Blue) = 188+252+238=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCEE is #430311. Grayscale: #E7E7E7. Windows color (decimal): -4391698 or 15662268. OLE color: 15662268.

HSL color Cylindrical-coordinate representation of color #BCFCEE: hue angle of 166.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCEE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 238 -
CMYK 0.25 0 0.06 0.01
HSL 166.88º 0.91% 0.86% -
HSV(B) 166.88º 0.25% 0.99% -
XYZ 70.98 86.49 93.84 -
YUV 231.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 188 252 238 0.25 0 0.06 0.01 166.88 0.91 0.86
Hex BC FC EE 19 0 6 1 A7 5B 56
Octal 274 374 356 31 0 6 1 247 133 126
Binary 10111100 11111100 11101110 11001 0 110 1 10100111 1011011 1010110

Color Harmonies of #BCFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCEE

Black with #BCFCEE

Text Example


Text Example

White with #BCFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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