Html Css Color HEX #BCEFE3 Water Leaf

📋 copy color: '#BCEFE3'

red 188 ◦ green 239 ◦ blue 227

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

Shades of Water Leaf #BCEFE3

Tints of Water Leaf #BCEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.71%

R = 28.75%
G = 36.54%
B = 34.71%

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

#BCEFE3 (or 0xBCEFE3) is known color: Water Leaf. HEX triplet: BC, EF and E3. RGB value is (188,239,227). Sum of RGB (Red+Green+Blue) = 188+239+227=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFE3 is #43101C. Grayscale: #DEDEDE. Windows color (decimal): -4395037 or 14938044. OLE color: 14938044.

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

Color convert

RGB 188 239 227 -
CMYK 0.21 0 0.05 0.06
HSL 165.88º 0.61% 0.84% -
HSV(B) 165.88º 0.21% 0.94% -
XYZ 65.47 77.97 84.27 -
YUV 222.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 188 239 227 0.21 0 0.05 0.06 165.88 0.61 0.84
Hex BC EF E3 15 0 5 6 A6 3D 54
Octal 274 357 343 25 0 5 6 246 75 124
Binary 10111100 11101111 11100011 10101 0 101 110 10100110 111101 1010100

Color Harmonies of #BCEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFE3

Black with #BCEFE3

Text Example


Text Example

White with #BCEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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