Html Css Color HEX #BCEFE1 Water Leaf

📋 copy color: '#BCEFE1'

red 188 ◦ green 239 ◦ blue 225

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

Shades of Water Leaf #BCEFE1

Tints of Water Leaf #BCEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.51%

R = 28.83%
G = 36.66%
B = 34.51%

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

#BCEFE1 (or 0xBCEFE1) is known color: Water Leaf. HEX triplet: BC, EF and E1. RGB value is (188,239,225). Sum of RGB (Red+Green+Blue) = 188+239+225=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFE1 is #43101E. Grayscale: #DEDEDE. Windows color (decimal): -4395039 or 14806972. OLE color: 14806972.

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

Color convert

RGB 188 239 225 -
CMYK 0.21 0 0.06 0.06
HSL 163.53º 0.61% 0.84% -
HSV(B) 163.53º 0.21% 0.94% -
XYZ 65.2 77.86 82.83 -
YUV 222.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 188 239 225 0.21 0 0.06 0.06 163.53 0.61 0.84
Hex BC EF E1 15 0 6 6 A4 3D 54
Octal 274 357 341 25 0 6 6 244 75 124
Binary 10111100 11101111 11100001 10101 0 110 110 10100100 111101 1010100

Color Harmonies of #BCEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFE1

Black with #BCEFE1

Text Example


Text Example

White with #BCEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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