Html Css Color HEX #BCECE3 Water Leaf

📋 copy color: '#BCECE3'

red 188 ◦ green 236 ◦ blue 227

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

Shades of Water Leaf #BCECE3

Tints of Water Leaf #BCECE3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.25%

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

R = 28.88%
G = 36.25%
B = 34.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BCECE3 (or 0xBCECE3) is known color: Water Leaf. HEX triplet: BC, EC and E3. RGB value is (188,236,227). Sum of RGB (Red+Green+Blue) = 188+236+227=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECE3 is #43131C. Grayscale: #DCDCDC. Windows color (decimal): -4395805 or 14937276. OLE color: 14937276.

HSL color Cylindrical-coordinate representation of color #BCECE3: hue angle of 168.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECE3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 227 -
CMYK 0.20 0 0.04 0.07
HSL 168.75º 0.56% 0.83% -
HSV(B) 168.75º 0.2% 0.93% -
XYZ 64.6 76.23 83.98 -
YUV 220.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 188 236 227 0.20 0 0.04 0.07 168.75 0.56 0.83
Hex BC EC E3 14 0 4 7 A9 38 53
Octal 274 354 343 24 0 4 7 251 70 123
Binary 10111100 11101100 11100011 10100 0 100 111 10101001 111000 1010011

Color Harmonies of #BCECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECE3

Black with #BCECE3

Text Example


Text Example

White with #BCECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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