Html Css Color HEX #BCEFE2 Water Leaf

📋 copy color: '#BCEFE2'

red 188 ◦ green 239 ◦ blue 226

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

Shades of Water Leaf #BCEFE2

Tints of Water Leaf #BCEFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.61%

R = 28.79%
G = 36.6%
B = 34.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#BCEFE2 (or 0xBCEFE2) is known color: Water Leaf. HEX triplet: BC, EF and E2. RGB value is (188,239,226). Sum of RGB (Red+Green+Blue) = 188+239+226=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFE2 is #43101D. Grayscale: #DEDEDE. Windows color (decimal): -4395038 or 14872508. OLE color: 14872508.

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

Color convert

RGB 188 239 226 -
CMYK 0.21 0 0.05 0.06
HSL 164.71º 0.61% 0.84% -
HSV(B) 164.71º 0.21% 0.94% -
XYZ 65.33 77.92 83.55 -
YUV 222.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 188 239 226 0.21 0 0.05 0.06 164.71 0.61 0.84
Hex BC EF E2 15 0 5 6 A5 3D 54
Octal 274 357 342 25 0 5 6 245 75 124
Binary 10111100 11101111 11100010 10101 0 101 110 10100101 111101 1010100

Color Harmonies of #BCEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFE2

Black with #BCEFE2

Text Example


Text Example

White with #BCEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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