Html Css Color HEX #BCEADF Water Leaf

📋 copy color: '#BCEADF'

red 188 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #BCEADF

Tints of Water Leaf #BCEADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 29.15%
G = 36.28%
B = 34.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BCEADF (or 0xBCEADF) is known color: Water Leaf. HEX triplet: BC, EA and DF. RGB value is (188,234,223). Sum of RGB (Red+Green+Blue) = 188+234+223=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADF is #431520. Grayscale: #DADADA. Windows color (decimal): -4396321 or 14674620. OLE color: 14674620.

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

Color convert

RGB 188 234 223 -
CMYK 0.20 0 0.05 0.08
HSL 165.65º 0.52% 0.83% -
HSV(B) 165.65º 0.2% 0.92% -
XYZ 63.48 74.86 80.92 -
YUV 218.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 188 234 223 0.20 0 0.05 0.08 165.65 0.52 0.83
Hex BC EA DF 14 0 5 8 A6 34 53
Octal 274 352 337 24 0 5 10 246 64 123
Binary 10111100 11101010 11011111 10100 0 101 1000 10100110 110100 1010011

Color Harmonies of #BCEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEADF

Black with #BCEADF

Text Example


Text Example

White with #BCEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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