Html Css Color HEX #BCEADC Water Leaf

📋 copy color: '#BCEADC'

red 188 ◦ green 234 ◦ blue 220

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

Shades of Water Leaf #BCEADC

Tints of Water Leaf #BCEADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.27%

R = 29.28%
G = 36.45%
B = 34.27%

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

#BCEADC (or 0xBCEADC) is known color: Water Leaf. HEX triplet: BC, EA and DC. RGB value is (188,234,220). Sum of RGB (Red+Green+Blue) = 188+234+220=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADC is #431523. Grayscale: #DADADA. Windows color (decimal): -4396324 or 14478012. OLE color: 14478012.

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

Color convert

RGB 188 234 220 -
CMYK 0.20 0 0.06 0.08
HSL 161.74º 0.52% 0.83% -
HSV(B) 161.74º 0.2% 0.92% -
XYZ 63.08 74.7 78.8 -
YUV 218.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 188 234 220 0.20 0 0.06 0.08 161.74 0.52 0.83
Hex BC EA DC 14 0 6 8 A2 34 53
Octal 274 352 334 24 0 6 10 242 64 123
Binary 10111100 11101010 11011100 10100 0 110 1000 10100010 110100 1010011

Color Harmonies of #BCEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEADC

Black with #BCEADC

Text Example


Text Example

White with #BCEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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