Html Css Color HEX #BAECDE Water Leaf

📋 copy color: '#BAECDE'

red 186 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #BAECDE

Tints of Water Leaf #BAECDE

RGB

 RED value IS 186 (73.05% from 255) = 28.88%

 GREEN value IS 236 (92.58% from 255) = 36.65%

 BLUE value IS 222 (87.11% from 255) = 34.47%

R = 28.88%
G = 36.65%
B = 34.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BAECDE (or 0xBAECDE) is known color: Water Leaf. HEX triplet: BA, EC and DE. RGB value is (186,236,222). Sum of RGB (Red+Green+Blue) = 186+236+222=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECDE is #451321. Grayscale: #DBDBDB. Windows color (decimal): -4526882 or 14609594. OLE color: 14609594.

HSL color Cylindrical-coordinate representation of color #BAECDE: hue angle of 163.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECDE is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 222 -
CMYK 0.21 0 0.06 0.07
HSL 163.2º 0.57% 0.83% -
HSV(B) 163.2º 0.21% 0.93% -
XYZ 63.43 75.7 80.38 -
YUV 219.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 186 236 222 0.21 0 0.06 0.07 163.2 0.57 0.83
Hex BA EC DE 15 0 6 7 A3 39 53
Octal 272 354 336 25 0 6 7 243 71 123
Binary 10111010 11101100 11011110 10101 0 110 111 10100011 111001 1010011

Color Harmonies of #BAECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECDE

Black with #BAECDE

Text Example


Text Example

White with #BAECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECDE; }

 p { color: rgb(186,236,222); }

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

background-color css

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

 a { background-color: rgb(186,236,222); }

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

border-color css

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

 span { border-color: rgb(186,236,222); }

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