Html Css Color HEX #BCEADB Water Leaf

📋 copy color: '#BCEADB'

red 188 ◦ green 234 ◦ blue 219

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

Shades of Water Leaf #BCEADB

Tints of Water Leaf #BCEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.51%

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 29.33%
G = 36.51%
B = 34.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#BCEADB (or 0xBCEADB) is known color: Water Leaf. HEX triplet: BC, EA and DB. RGB value is (188,234,219). Sum of RGB (Red+Green+Blue) = 188+234+219=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADB is #431524. Grayscale: #DADADA. Windows color (decimal): -4396325 or 14412476. OLE color: 14412476.

HSL color Cylindrical-coordinate representation of color #BCEADB: hue angle of 160.43º degrees, saturation: 0.52, 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 #BCEADB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 219 -
CMYK 0.20 0 0.06 0.08
HSL 160.43º 0.52% 0.83% -
HSV(B) 160.43º 0.2% 0.92% -
XYZ 62.95 74.65 78.11 -
YUV 218.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 188 234 219 0.20 0 0.06 0.08 160.43 0.52 0.83
Hex BC EA DB 14 0 6 8 A0 34 53
Octal 274 352 333 24 0 6 10 240 64 123
Binary 10111100 11101010 11011011 10100 0 110 1000 10100000 110100 1010011

Color Harmonies of #BCEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEADB

Black with #BCEADB

Text Example


Text Example

White with #BCEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEADB; }

 p { color: rgb(188,234,219); }

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

background-color css

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

 a { background-color: rgb(188,234,219); }

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

border-color css

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

 span { border-color: rgb(188,234,219); }

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