Html Css Color HEX #BCEBE3 Water Leaf

📋 copy color: '#BCEBE3'

red 188 ◦ green 235 ◦ blue 227

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

Shades of Water Leaf #BCEBE3

Tints of Water Leaf #BCEBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.15%

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

R = 28.92%
G = 36.15%
B = 34.92%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BCEBE3 (or 0xBCEBE3) is known color: Water Leaf. HEX triplet: BC, EB and E3. RGB value is (188,235,227). Sum of RGB (Red+Green+Blue) = 188+235+227=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBE3 is #43141C. Grayscale: #DCDCDC. Windows color (decimal): -4396061 or 14937020. OLE color: 14937020.

HSL color Cylindrical-coordinate representation of color #BCEBE3: hue angle of 169.79º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBE3 is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 227 -
CMYK 0.2 0 0.03 0.08
HSL 169.79º 0.54% 0.83% -
HSV(B) 169.79º 0.2% 0.92% -
XYZ 64.31 75.65 83.89 -
YUV 220.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 188 235 227 0.2 0 0.03 0.08 169.79 0.54 0.83
Hex BC EB E3 14 0 3 8 AA 36 53
Octal 274 353 343 24 0 3 10 252 66 123
Binary 10111100 11101011 11100011 10100 0 11 1000 10101010 110110 1010011

Color Harmonies of #BCEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBE3

Black with #BCEBE3

Text Example


Text Example

White with #BCEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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