Html Css Color HEX #BCEFE0 Water Leaf

📋 copy color: '#BCEFE0'

red 188 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #BCEFE0

Tints of Water Leaf #BCEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.71%

 BLUE value IS 224 (87.89% from 255) = 34.41%

R = 28.88%
G = 36.71%
B = 34.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#BCEFE0 (or 0xBCEFE0) is known color: Water Leaf. HEX triplet: BC, EF and E0. RGB value is (188,239,224). Sum of RGB (Red+Green+Blue) = 188+239+224=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFE0 is #43101F. Grayscale: #DEDEDE. Windows color (decimal): -4395040 or 14741436. OLE color: 14741436.

HSL color Cylindrical-coordinate representation of color #BCEFE0: hue angle of 162.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFE0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 224 -
CMYK 0.21 0 0.06 0.06
HSL 162.35º 0.61% 0.84% -
HSV(B) 162.35º 0.21% 0.94% -
XYZ 65.06 77.81 82.11 -
YUV 222.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 188 239 224 0.21 0 0.06 0.06 162.35 0.61 0.84
Hex BC EF E0 15 0 6 6 A2 3D 54
Octal 274 357 340 25 0 6 6 242 75 124
Binary 10111100 11101111 11100000 10101 0 110 110 10100010 111101 1010100

Color Harmonies of #BCEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFE0

Black with #BCEFE0

Text Example


Text Example

White with #BCEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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