Html Css Color HEX #BCEBE1 Water Leaf

📋 copy color: '#BCEBE1'

red 188 ◦ green 235 ◦ blue 225

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

Shades of Water Leaf #BCEBE1

Tints of Water Leaf #BCEBE1

RGB

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

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

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

R = 29.01%
G = 36.27%
B = 34.72%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BCEBE1 (or 0xBCEBE1) is known color: Water Leaf. HEX triplet: BC, EB and E1. RGB value is (188,235,225). Sum of RGB (Red+Green+Blue) = 188+235+225=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBE1 is #43141E. Grayscale: #DBDBDB. Windows color (decimal): -4396063 or 14805948. OLE color: 14805948.

HSL color Cylindrical-coordinate representation of color #BCEBE1: hue angle of 167.23º 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 #BCEBE1 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 225 -
CMYK 0.2 0 0.04 0.08
HSL 167.23º 0.54% 0.83% -
HSV(B) 167.23º 0.2% 0.92% -
XYZ 64.04 75.54 82.44 -
YUV 219.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 188 235 225 0.2 0 0.04 0.08 167.23 0.54 0.83
Hex BC EB E1 14 0 4 8 A7 36 53
Octal 274 353 341 24 0 4 10 247 66 123
Binary 10111100 11101011 11100001 10100 0 100 1000 10100111 110110 1010011

Color Harmonies of #BCEBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBE1

Black with #BCEBE1

Text Example


Text Example

White with #BCEBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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